File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- div .main {
1
+ .main {
2
2
font-family : -moz-fixed;
3
3
white-space : -moz-pre-wrap;
4
4
width : 800px ;
10
10
text-align : center;
11
11
}
12
12
13
- p .tagline {
13
+ .tagline {
14
14
text-align : center;
15
15
font-weight : bold;
16
16
}
@@ -25,7 +25,7 @@ table.vimperator td {
25
25
border : none;
26
26
padding : 3px ;
27
27
}
28
- tr .separator {
28
+ .separator {
29
29
height : 10px ;
30
30
}
31
31
hr {
@@ -53,28 +53,28 @@ td.usage code {
53
53
td .taglist code {
54
54
margin-left : 2em ;
55
55
}
56
- code .tag {
56
+ .tag {
57
57
font-weight : bold;
58
58
color : rgb (255 , 0 , 255 ); /* magenta */
59
59
padding-left : 5px ;
60
60
}
61
- tr .description {
61
+ .description {
62
62
margin-bottom : 4px ;
63
63
}
64
- table .commands {
64
+ .commands {
65
65
background-color : rgb (250 , 240 , 230 );
66
66
color : black;
67
67
}
68
- table .mappings {
68
+ .mappings {
69
69
background-color : rgb (230 , 240 , 250 );
70
70
color : black;
71
71
}
72
- table .options {
72
+ .options {
73
73
background-color : rgb (240 , 250 , 230 );
74
74
color : black;
75
75
}
76
76
77
- fieldset .paypal {
77
+ .paypal {
78
78
border : none;
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments