mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
Ugly rules to style config page.
This commit is contained in:
parent
42bbc16fa8
commit
4de556b6f5
@ -164,15 +164,34 @@ body#dirlist span.size + span.size {
|
||||
* configuration listing style
|
||||
*/
|
||||
|
||||
body#configlist table.config th {
|
||||
text-align: left; }
|
||||
body#configlist table.config {
|
||||
border-spacing: 0; }
|
||||
|
||||
body#configlist table.config td {
|
||||
body#configlist table.config tr:nth-child(2n-1) {
|
||||
background: #eee; }
|
||||
|
||||
body#configlist table.config tr:first-child th {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
font-family: sans-serif;
|
||||
background: #ddd; }
|
||||
|
||||
body#configlist table.config tr th {
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
font-family: monospace; }
|
||||
|
||||
body#configlist table.config td, body#configlist table.config th {
|
||||
padding-left: 1em; }
|
||||
|
||||
body#configlist table.config td + td {
|
||||
body#configlist table.config tr *:nth-child(3) {
|
||||
padding-left: 3em; }
|
||||
|
||||
body#configlist table.config tr *:nth-child(4) {
|
||||
padding-left: 3em;
|
||||
font-family: monospace;
|
||||
padding-right: 1em; }
|
||||
|
||||
body#configlist .null-content {
|
||||
font-style: italic; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user