Browse Source

docs : css : tidy up commented styles

pull/27/head
David DeSandro 14 years ago
parent
commit
cbe7ca46b8
  1. 23
      css/style.css

23
css/style.css

@ -108,7 +108,6 @@ ul, ol {
margin-left: 1.5em; margin-left: 1.5em;
} }
a, a,
a code { a code {
color: #FB4; color: #FB4;
@ -263,17 +262,13 @@ body {
float: left; float: left;
} }
#options li {
}
#options li a { #options li a {
display: inline-block; display: inline-block;
padding: 0.4em 0.5em; padding: 0.4em 0.5em;
background-color: #DDD; background-color: #DDD;
color: #222; color: #222;
font-weight: bold; font-weight: bold;
margin-bottom: 0.2em;
text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 ); text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
background-image: -moz-linear-gradient(-90deg, background-image: -moz-linear-gradient(-90deg,
hsla( 0, 0%, 100%, 0.5 ) , hsla( 0, 0%, 100%, 0.5 ) ,
@ -283,7 +278,6 @@ body {
from( hsla( 0, 0%, 100%, 0.5 ) ), from( hsla( 0, 0%, 100%, 0.5 ) ),
to( hsla( 0, 0%, 100%, 0.0 ) ) to( hsla( 0, 0%, 100%, 0.0 ) )
); );
margin-bottom: 0.2em;
} }
#options li a:hover { #options li a:hover {
@ -348,8 +342,6 @@ body.doc {
} }
.doc #content { .doc #content {
/* font-size: 14px;
line-height: 1.7em;*/
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -495,19 +487,11 @@ h3#options {
padding-bottom: 0; padding-bottom: 0;
} }
.option-def dl {
/* margin-top: 1.8em;*/
/* padding-top: 0.5em;*/
/* border-top: 1px solid #333;*/
}
.option-def dl dt, .option-def dl dt,
.option-def dl dd { .option-def dl dd {
float: left; float: left;
padding: 0 1.2em;; padding: 0 1.2em;;
background: #161616; background: #161616;
/* height: 2.0em;*/
line-height: 36px; line-height: 36px;
height: 36px; height: 36px;
} }
@ -517,12 +501,7 @@ h3#options {
background: #444; background: #444;
} }
.option-def dl dt {
/* font-size: 14px;*/
}
.option-def dl .option-type { .option-def dl .option-type {
/* width: 60px;*/
font-size: 13px; font-size: 13px;
color: #AAA; color: #AAA;
font-style: italic; font-style: italic;

Loading…
Cancel
Save