Ticket #472: 472.diff
File 472.diff, 1.5 KB (added by , 10 years ago) |
---|
-
style.css
25 25 color: #555; 26 26 margin: 0; 27 27 padding: 0; 28 font-size: 1 3px;29 font-family: " Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;28 font-size: 16px; 29 font-family: "Open Sans","Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 30 30 } 31 31 pre a { font-weight: normal; } 32 32 … … 35 35 a:hover, a:active { color: #d54e21; } 36 36 37 37 h3 { 38 font-size: 25px;38 font-size: 36px; 39 39 color: #555; 40 margin-bottom: 16px;41 font-family: Georgia,Times,"Times New Roman",serif;42 font-weight: normal;40 margin-bottom: 22px; 41 font-family: "Open Sans",Georgia,Times,"Times New Roman",serif; 42 font-weight: 300; 43 43 } 44 44 h4 { 45 45 font-size: 15px; … … 55 55 } 56 56 h5 { 57 57 margin-top: 30px; 58 font-size: 1 4px;58 font-size: 16px; 59 59 font-weight: bold; 60 60 padding: 4px 0; 61 61 } 62 62 p { 63 font-size: 1 3px;63 font-size: 16px; 64 64 line-height: 1.6em; 65 65 margin-top: 16px; 66 66 margin-bottom: 16px; … … 138 138 .sidebar { 139 139 width: 225px; 140 140 float: left; 141 font-family: " Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;141 font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; 142 142 } 143 143 .sidebar p { 144 font-size: 1 0px;144 font-size: 13px; 145 145 line-height: 1.6em; 146 146 margin-top: 10px; 147 147 margin-bottom: 10px; … … 294 294 clear: left; 295 295 } 296 296 .releases h3 { 297 margin-bottom: 8px;297 margin-bottom: 12px; 298 298 } 299 299 .section.blog h2 { 300 300 font-size: 18px;