Advertisement
dimti

Untitled

Jan 31st, 2016
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. /* -------------------- *\
  2.     CAT:Ручные одиночные правила
  3. \* --------------------- */
  4.  
  5. /**
  6.  * TAG:Width
  7.  */
  8. .width-250 {
  9.   width: 250px!important;
  10. }
  11. .width-320 {
  12.   width: 320px!important;
  13. }
  14.  
  15. /**
  16.  * TAG:Display
  17.  */
  18. .display-inline-block {
  19.   display: inline-block!important;
  20. }
  21.  
  22. /**
  23.  * TAG:Margin
  24.  */
  25. .margin-bottom-15 {
  26.   margin-bottom: 15px!important;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement