update styles

This commit is contained in:
Vadim Lopatin 2014-12-15 18:34:32 +03:00
parent 4d7811f249
commit 2e68874ca2
1 changed files with 50 additions and 8 deletions

View File

@ -165,11 +165,10 @@ pre code {
padding: 0;
}
ul, ol, dl {
ul, ol {
margin-bottom: 20px;
}
/* COMMON STYLES */
hr {
@ -210,7 +209,7 @@ form {
}
dd, .d_decl_dd
.d_decl_dd
{
padding: 1ex;
margin-left: 3em;
@ -283,10 +282,6 @@ ol li {
padding-left: 3px;
}
dl dt {
color: #303030;
}
footer {
background: transparent url('../images/hr.png') 0 0 no-repeat;
margin-top: 40px;
@ -476,7 +471,7 @@ pre
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
dd, .d_decl_dd
.d_decl_dd
{
padding: 1ex;
margin-left: 3em;
@ -1182,3 +1177,50 @@ input.runButton:active, input.resetButton:active, input.argsButton:active, input
input.resetButton{display: none}
/* Runnable-examples css -end */
dl {
margin: 10px;
border-color: #888;
border-width: 1px;
border-style: none;
padding: 10px;
}
dl dl {
margin: 5px;
border-width: 1px;
border-style: dashed;
border-color: #8888;
padding: 10px;
background-color: #E0E0E0;
}
dd {
color: #000000;
}
dl dd {
color: #203030;
background-color: #EEEEEE;
margin-bottom: 0.5em;
margin-left: 0px;
padding-left: 4em;
}
dl dt {
margin-top: 1.5em;
background-color: #CCC;
color: #800;
font-weight: bold;
}
dl dl dt {
margin-top: 1em;
background-color: #FFFFFFFF;
color: #008;
}