Changes between Version 2 and Version 3 of UtilCss


Ignore:
Timestamp:
01/22/14 15:08:42 (10 years ago)
Author:
labetoulle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilCss

    v2 v3  
    2323margin-top: 20px; 
    2424} 
    25  
    26 .wiki-toc { 
    27 position: fixed;  
    28 top: 300px;  
    29 right: 50px; 
    30 width: 400px; 
    31 }  
    32  
    33 .wiki-toc ol { 
    34 list-style-type: none; 
    35 }  
    36  
    37 .wiki-toc-inline ol { 
    38 list-style-type: none; 
    39 }  
    40  
    41 p, ol, li { 
    42 width: 600px; 
    43 text-align: justify; 
    44 } 
    45  
    46 /* 
    47 p pre { 
    48 width: 100%; 
    49 } 
    50 li pre { 
    51 width: 100%; 
    52 } 
    53 ol pre { 
    54 width: 100%; 
    55 } 
    56 */ 
    57  
    58 .notebox-warn p { 
    59 width: 500px; 
    60 } 
    61 .notebox-tip p { 
    62 width: 500px; 
    63 } 
    64 .notebox-note p { 
    65 width: 500px; 
    66 } 
    67   
    68 img:hover { 
    69 position:relative; 
    70 width: auto; 
    71 border-style: solid; 
    72 border-color: #DCDCDC; 
    73 } 
    74  
    75 .wiki pre { 
    76 width: 800px; 
    77 } 
    78  
    79 .code { 
    80 width: 800px; 
    81 } 
    82