389307a6 by bootflat

update site.css

1 parent 9072f1f2
...@@ -289,6 +289,45 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { ...@@ -289,6 +289,45 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
289 width: 380px !important; 289 width: 380px !important;
290 } 290 }
291 } 291 }
292 .carbonad {
293 display:block;
294 font-family:Lucida Grande,Arial,Helvetica,sans-serif;
295 font-size:11px;
296 height:118px;
297 line-height:15px;
298 overflow:hidden;
299 width:300px
300 }
301 .carbonad-img{
302 border:none;
303 display:inline;
304 float:left;
305 height:100px;
306 margin:9px;
307 width:130px
308 }
309 .carbonad-text{
310 display:inline;
311 float:left;
312 width:142px;
313 padding-top:13px
314 }
315 .carbonad-text a{
316 color:#000;
317 text-decoration:none;
318 text-transform:none;
319 }
320 .carbonad-tag{
321 float:left;
322 margin-top:9px;
323 text-align:center;
324 width:142px;
325 color:#999
326 }
327 .carbonad-tag a{
328 color:#999;
329 text-decoration:none
330 }
292 /* ---------------------------------- 331 /* ----------------------------------
293 * navbar 332 * navbar
294 * ---------------------------------- */ 333 * ---------------------------------- */
......
This diff could not be displayed because it is too large.