help.css in Advanced Help 5
Same filename and directory in other branches
.advanced-help-topic code, .advanced-help-topic pre {
border: 1px solid #444;
background: #f1f1f1;
margin: 1em;
padding: .2em;
display: block;
}
.help-left {
float: left;
}
.help-right {
float: right;
}
.help-box {
margin: .5em;
}
.help-navigation {
border-top: 1px dotted #ccc;
}
.help-previous {
float: left;
}
.help-next {
float: right;
}
File
help.cssView source
-
- .advanced-help-topic code, .advanced-help-topic pre {
- border: 1px solid #444;
- background: #f1f1f1;
- margin: 1em;
- padding: .2em;
- display: block;
- }
-
- .help-left {
- float: left;
- }
-
- .help-right {
- float: right;
- }
-
- .help-box {
- margin: .5em;
- }
-
- .help-navigation {
- border-top: 1px dotted #ccc;
- }
-
- .help-previous {
- float: left;
- }
-
- .help-next {
- float: right;
- }