make panel styles reusable
This commit is contained in:
@@ -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/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user