Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: cosmetic CSS changes, fix the tvh_schematic.png (background)
  • Loading branch information
perexg committed May 6, 2016
1 parent 840e84b commit 3f343a9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions src/webui/static/app/ext-access.css
Expand Up @@ -30,6 +30,10 @@ a {
color: #ffc033;
}

.hts-doc-text a {
color: #ff9c33;
}

.hts-doc-text th {
background-color: white;
}
Expand All @@ -42,6 +46,11 @@ a {
background-color: #404046;
}

.hts-doc-text code {
background-color: initial;
color: #ff9c33;
}

.x-progress-text-back {
color: #fff;
}
Expand Down
10 changes: 6 additions & 4 deletions src/webui/static/app/ext.css
Expand Up @@ -869,10 +869,7 @@
color: darkred;
font-family: 'Courier New', Courier, monospace;
margin-left: 2em;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding: 3px 5px 0 5px;
display: inline-block;
}

Expand All @@ -881,6 +878,11 @@
display: initial;
}

.hts-doc-text li code {
margin-left: 0;
display: initial;
}

/* Styles for help TOC */

.hts-doc-toc {
Expand Down
Binary file modified src/webui/static/img/tvh_schematic.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3f343a9

Please sign in to comment.