Skip to content

Commit c91e2c4

Browse files
committed
Style tweaks
1 parent b7f1a39 commit c91e2c4

1 file changed

Lines changed: 31 additions & 27 deletions

File tree

static/shared/css/documentation.css

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ div.sidebar-module > ul > li:hover {
223223
div.sidebar-module > ul h3 {
224224
margin: 0px;
225225
color: #666;
226-
text-shadow: 1px 1px 0px #fff;
226+
text-shadow: 1px 1px 0px #fff;
227227
border-bottom: 1px solid #CACACA;
228228
font-size: 14px;
229229
background-color: #e1e1e1;
230-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
231-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
232-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
233-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
234-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
230+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
231+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
232+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
233+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
234+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
235235
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
236236
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
237237
}
@@ -378,15 +378,15 @@ div.sidebar-module ul ul li span {
378378

379379
#footer .lower_footer {
380380
position: relative;
381-
background:url(../images/bg_footer_bottom.png) #fff repeat-x;
381+
background:url(../images/bg_footer_bottom.png) #fff repeat-x;
382382
overflow: hidden;
383383
clear:both;
384384
}
385385

386386
#footer .lower_footer .home {
387387
display: block;
388388
position: absolute;
389-
background: url(../images/footer-logo.png) top left no-repeat;
389+
background: url(../images/footer-logo.png) top left no-repeat;
390390
width: 100px;
391391
height: 50px;
392392
text-indent: -5000px;
@@ -395,7 +395,7 @@ div.sidebar-module ul ul li span {
395395
#footer .lower_footer .home_ie {
396396
display: block;
397397
position: absolute;
398-
background: url(../images/footer-logo.png) top left no-repeat;
398+
background: url(../images/footer-logo.png) top left no-repeat;
399399
width: 100px;
400400
height: 50px;
401401
text-indent: -5000px;
@@ -442,12 +442,12 @@ div.sidebar-module ul ul li span {
442442
}
443443

444444
#footer .lower_footer .sponsor .logo {
445-
float:left;
445+
float:left;
446446
margin: 0 10px 0 0;
447447
}
448448

449449
#footer .lower_footer .sponsor a {
450-
color: #000;
450+
color: #000;
451451
}
452452

453453
/* end */
@@ -480,13 +480,17 @@ div.sidebar-module ul ul li span {
480480
color: #666;
481481
}
482482

483-
.content ul,
484483
.content ol {
485484
margin-left: 1.5em;
486485
}
487486

488487
.content ul {
489488
list-style-type: disc;
489+
margin: 1.5em
490+
}
491+
492+
.content li {
493+
line-height: 1.7em;
490494
}
491495

492496
.content img {
@@ -578,11 +582,11 @@ pre.headers {
578582
border-radius: 3px 3px 0 0;
579583
color: #666;
580584
background-color: #f1f1f1;
581-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
582-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
583-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
584-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
585-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
585+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
586+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
587+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
588+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
589+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
586590
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
587591
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
588592
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
@@ -764,11 +768,11 @@ span.bash-output {
764768
background-clip: padding-box;
765769
padding: 6px 10px;
766770
background-color: #f1f1f1;
767-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
768-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
769-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
770-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
771-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
771+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
772+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
773+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
774+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
775+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
772776
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
773777
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
774778
color: #666;
@@ -855,11 +859,11 @@ div.expandable > ul h3 {
855859
div.expandable > ul h3 > a {
856860
display: table-cell;
857861
background-color: #e1e1e1;
858-
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
859-
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
860-
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
861-
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
862-
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
862+
background-image: -moz-linear-gradient(top, #f1f1f1, #e1e1e1);
863+
background-image: -ms-linear-gradient(top, #f1f1f1, #e1e1e1);
864+
background-image: -o-linear-gradient(top, #f1f1f1, #e1e1e1);
865+
background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e1e1e1));
866+
background-image: -webkit-linear-gradient(top, #f1f1f1, #e1e1e1);
863867
background-image: linear-gradient(top, #f1f1f1, #e1e1e1);
864868
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f1f1f1', EndColorStr='#e1e1e1');
865869
}

0 commit comments

Comments
 (0)