mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:24:12 +01:00
remove some redundant help page CSS properties
This commit is contained in:
@@ -19,10 +19,6 @@ p.tagline {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the text in the tables is too large without that */
|
|
||||||
table {
|
|
||||||
font-size: 1.0em;
|
|
||||||
}
|
|
||||||
table.vimperator {
|
table.vimperator {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
@@ -30,29 +26,23 @@ table.vimperator {
|
|||||||
/*margin-bottom: 2em; /* FIXME: just a quick hack until we have proper pages */
|
/*margin-bottom: 2em; /* FIXME: just a quick hack until we have proper pages */
|
||||||
}
|
}
|
||||||
table.vimperator td {
|
table.vimperator td {
|
||||||
border-width: 0px;
|
border: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-style: none;
|
|
||||||
}
|
}
|
||||||
tr.separator {
|
tr.separator {
|
||||||
/* border-width: 3px 0px 0px 0px;
|
height: 10px;
|
||||||
border-style: solid none none none;*/
|
|
||||||
border-color: gray;
|
|
||||||
height: 10px !important;
|
|
||||||
}
|
}
|
||||||
hr { /* horizontal lines */
|
hr {
|
||||||
width: 100%;
|
|
||||||
height: 1px;
|
height: 1px;
|
||||||
border-style: solid;
|
background-color: white;
|
||||||
/*border-color: #6A97D4;*/
|
border-style: none;
|
||||||
border-color: white;
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
td.taglist {
|
td.taglist {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border-spacing: 13px 10px;
|
border-spacing: 13px 10px;
|
||||||
border-width: 0px 10px;
|
|
||||||
border-color: blue !important;
|
|
||||||
}
|
}
|
||||||
td.taglist td {
|
td.taglist td {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|||||||
Reference in New Issue
Block a user