Skip to content

Commit a5c7105

Browse files
stepshalgkatsev
authored andcommitted
help.css: Disallow overqualified elements (#540)
1 parent 73b4fe1 commit a5c7105

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

common/content/help.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
div.main {
1+
.main {
22
font-family: -moz-fixed;
33
white-space: -moz-pre-wrap;
44
width: 800px;
@@ -10,7 +10,7 @@ h1 {
1010
text-align: center;
1111
}
1212

13-
p.tagline {
13+
.tagline {
1414
text-align: center;
1515
font-weight: bold;
1616
}
@@ -25,7 +25,7 @@ table.vimperator td {
2525
border: none;
2626
padding: 3px;
2727
}
28-
tr.separator {
28+
.separator {
2929
height: 10px;
3030
}
3131
hr {
@@ -53,28 +53,28 @@ td.usage code {
5353
td.taglist code {
5454
margin-left: 2em;
5555
}
56-
code.tag {
56+
.tag {
5757
font-weight: bold;
5858
color: rgb(255, 0, 255); /* magenta */
5959
padding-left: 5px;
6060
}
61-
tr.description {
61+
.description {
6262
margin-bottom: 4px;
6363
}
64-
table.commands {
64+
.commands {
6565
background-color: rgb(250, 240, 230);
6666
color: black;
6767
}
68-
table.mappings {
68+
.mappings {
6969
background-color: rgb(230, 240, 250);
7070
color: black;
7171
}
72-
table.options {
72+
.options {
7373
background-color: rgb(240, 250, 230);
7474
color: black;
7575
}
7676

77-
fieldset.paypal {
77+
.paypal {
7878
border: none;
7979
}
8080

0 commit comments

Comments
 (0)