Files
lcdproc/docs/lcdproc-user/lcdproc-user.css
T
mmdolze 0bdbc5f0cd 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.
2011-11-07 20:26:17 +00:00

22 lines
341 B
CSS

pre.screen {
background-color: #FFFF99 ;
border: 1px solid #006600 ;
}
div.note, div.tip, div.warning, div.important {
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}
div.note, div.tip {
border-left: solid palegreen 20px;
}
div.important {
border-left: solid gold 20px;
}
div.warning {
border-left: solid red 20px;
}