f9108268 by bootflat

update site.css

1 parent 1911cc12
...@@ -268,7 +268,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -268,7 +268,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
268 * advertisement 268 * advertisement
269 * ---------------------------------- */ 269 * ---------------------------------- */
270 .advertisement { 270 .advertisement {
271 padding: 15px; 271 padding: 5px;
272 width: auto !important; 272 width: auto !important;
273 overflow: hidden; /* clearfix */ 273 overflow: hidden; /* clearfix */
274 text-align: left; 274 text-align: left;
...@@ -292,7 +292,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -292,7 +292,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
292 .carbon-wrap { 292 .carbon-wrap {
293 display:block; 293 display:block;
294 font-family:Lucida Grande,Arial,Helvetica,sans-serif; 294 font-family:Lucida Grande,Arial,Helvetica,sans-serif;
295 font-size:11px; 295 font-size:13px;
296 height:118px; 296 height:118px;
297 line-height:15px; 297 line-height:15px;
298 overflow:hidden; 298 overflow:hidden;
...@@ -310,7 +310,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -310,7 +310,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
310 display:inline; 310 display:inline;
311 float:left; 311 float:left;
312 width:142px; 312 width:142px;
313 padding-top:13px
314 } 313 }
315 .carbon-text a{ 314 .carbon-text a{
316 color:#000; 315 color:#000;
...@@ -318,11 +317,12 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -318,11 +317,12 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
318 text-transform:none; 317 text-transform:none;
319 } 318 }
320 .carbon-poweredby { 319 .carbon-poweredby {
321 float:left; 320 float:right;
322 margin-top:9px; 321 margin-top:9px;
323 text-align:center; 322 text-align:center;
324 width:142px; 323 width:142px;
325 color:#999 324 color:#999
325 font-size:11px;
326 } 326 }
327 .carbon-poweredby a{ 327 .carbon-poweredby a{
328 color:#999; 328 color:#999;
......
This diff could not be displayed because it is too large.