Changes between Version 37 and Version 38 of UtilCss


Ignore:
Timestamp:
04/16/14 11:30:30 (10 years ago)
Author:
labetoulle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UtilCss

    v37 v38  
    1010 
    1111h1 { 
    12   font-size: 25px; 
    13   font-family:Arial, Helvetica, sans-serif; 
    14   color: grey;  
    15   background-color:#EEEEEE; 
    16   border-radius: 0.25em;  
    17   box-shadow: .1em .1em .6em 0 #999;  
    18   width: 100%; 
    19   margin-top: 30px; 
     12  font-size:        25px; 
     13  font-family:      Arial, Helvetica, sans-serif; 
     14  color:            grey;  
     15  background-color: #EEEEEE; 
     16  border-radius:    0.25em;  
     17  box-shadow:       .1em .1em .6em 0 #999;  
     18  width:            100%; 
     19  margin:           25px; 
     20/*  margin-top: 30px; */ 
    2021} 
    2122 
    2223h2 { 
    23   border-style: solid; 
    24   border-color: #DCDCDC; 
     24  border-style:  solid; 
     25  border-color:  #DCDCDC; 
    2526  border-radius: 0.25em;  
    26   box-shadow: .1em .1em .6em 0 #999;  
    27   width: 80%; 
    28   margin-top: 20px; 
     27  box-shadow:    .1em .1em .6em 0 #999;  
     28  width:         80%; 
     29  margin-top:    20px; 
    2930} 
    3031 
    3132h3 { 
    32   border-style: dotted; 
    33   border-color: #DCDCDC; 
     33  border-style:  dotted; 
     34  border-color:  #DCDCDC; 
    3435  border-radius: 0.25em;  
    35   box-shadow: .1em .1em .6em 0 #999;  
    36   width: 80%; 
    37   margin-top: 20px; 
     36  box-shadow:    .1em .1em .6em 0 #999;  
     37  width:         80%; 
     38  margin-top:    20px; 
    3839} 
    3940 
    4041blockquote:not(.citation) p { 
    41   width: 80%; 
    42   background: #f6f6f6; 
    43   padding: 1em; 
    44   margin: 1em; 
     42  width:         80%; 
     43  background:    #f6f6f6; 
     44  padding:       1em; 
     45  margin:        1em; 
    4546  border-radius: 0.25em; 
    46   box-shadow: .1em .1em .6em 0 #999; 
     47  box-shadow:    .1em .1em .6em 0 #999; 
    4748} 
    4849