make panel styles reusable

This commit is contained in:
ansuz
2016-12-30 15:30:35 +01:00
parent 773209472e
commit c6499d6789
3 changed files with 20 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ html.cp, .cp body {
color: @fore;
font-family: Georgia,Cambria,serif;
height: 100%;
height: 100;
}
.cp {
@@ -170,6 +170,11 @@ p, pre, td, a, table, tr {
line-height: 1.5em;
}
// currently only used in /user/
.panel {
background-color: #333;
}
/* Tables
* Currently only used by /poll/
*/