Skip to content

Commit 389307a

Browse files
committed
update site.css
1 parent 9072f1f commit 389307a

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

css/site.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,45 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
289289
width: 380px !important;
290290
}
291291
}
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+
}
292331
/* ----------------------------------
293332
* navbar
294333
* ---------------------------------- */

css/site.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)