Cfontz: Fix display of bars and output a warning on startup if driver was

not compiles with SEAMLESS_HBARS (hbars will not display correctly then). Also
update User's Guide.
This commit is contained in:
mmdolze
2011-11-07 20:26:17 +00:00
parent 5b82c82b25
commit 0bdbc5f0cd
4 changed files with 27 additions and 7 deletions
+4 -1
View File
@@ -3,7 +3,7 @@ pre.screen {
border: 1px solid #006600 ;
}
div.note, div.tip, div.warning {
div.note, div.tip, div.warning, div.important {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
@@ -13,6 +13,9 @@ div.note, div.tip {
border-left: solid palegreen 20px;
}
div.important {
border-left: solid gold 20px;
}
div.warning {
border-left: solid red 20px;
}