ekostadinov

Preceding Text - CSS 3

Oct 2nd, 2012
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. ol {
  2. }
  3.  
  4.     ol li {list-style:upper-roman;
  5.     }
  6.  
  7.     ol li ol li {list-style-type:lower-alpha;
  8.     }
  9.  
  10.         #list2 li{list-style-type:decimal;  
  11.             }
  12.  
  13.                 #nestedList2 li {list-style-type:circle;
  14.                 }
  15.                     #nestedList2 li ul li {list-style-type:disc;
  16.                 }
  17.  
  18.     ol li ul li {list-style-type:disc;
  19.     }
  20.  
  21.  
  22.  
  23. body {
  24. }
Advertisement
Add Comment
Please, Sign In to add comment