Changes between Version 31 and Version 32 of UtilCss


Ignore:
Timestamp:
04/15/14 15:15:09 (10 years ago)
Author:
labetoulle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilCss

    v31 v32  
    55} 
    66 
     7\* 
    78h1 { 
    89  font-size: 25px; 
     
    2728  margin-top: 20px; 
    2829} 
     30*/ 
    2931 
    3032blockquote:not(.citation) p { 
     
    4446} 
    4547 
    46 .wiki-toc ol { 
     48.wiki-toc ol, .wiki-toc-inline ol { 
    4749  list-style-type: none;  
    4850} 
    49  
    50 .wiki-toc-inline ol { 
    51   list-style-type: none; 
    52 }  
    53  
    54 /* 
    55 .notebox-warn p { 
    56   padding: 1em; 
    57   margin: 1em; 
    58   background: #ffdddd; 
    59   border-radius: 1em; 
    60 } 
    61 .notebox-tip p { 
    62   padding: 1em; 
    63   margin: 1em; 
    64   background: #ddffdd; 
    65   border-radius: 1em; 
    66 } 
    67 .notebox-note p { 
    68   padding: 1em; 
    69   margin: 1em; 
    70   background: #eeeeff; 
    71   border-radius: 1em; 
    72 } 
    73  
    74 */