ftimme
2013-05-30 7a48aada7b2379d4fd80dca0ac5903daf1301fc8
- Added styles for manual.
1 files modified
23 ■■■■■ changed files
interface/web/themes/default/css/styles.css 23 ●●●●● patch | view | raw | blame | history
interface/web/themes/default/css/styles.css
@@ -1840,4 +1840,27 @@
a.link-page.current-page {
    background-color: #DFDFDF;
    font-weight: bold;
}
.command {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    font-family: Courier New, Courier, mono;
    font-size: 12px;
    font-style: italic;
}
.system {
    color: black;
    font-family: Courier New, Courier, mono;
    font-size: 12px;
    font-style: italic;
}
.highlight {
    color: #FF0000;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    text-decoration: underline;
}