Skip to content

Commit 3b81002

Browse files
committed
Tweak style to further appease MSHTML
1 parent 8c012c8 commit 3b81002

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/ui/style.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ header .push {
1616
}
1717

1818
progress, textarea {
19-
margin: 8px;
19+
margin: 6px;
2020
}
2121

2222
h1 {
2323
text-transform: uppercase;
2424
font-family: Impact, Oswald, Tahoma, sans-serif;
2525
font-weight: lighter;
26-
margin: 0;
27-
padding: 6px;
26+
margin: 1px;
27+
padding: 4px;
2828
background-color: #333;
2929
}
3030

@@ -171,8 +171,7 @@ nav button {
171171
display: inline-block;
172172
background-color: transparent;
173173
color: #fff;
174-
font-size: 15px;
175-
padding: 10px;
174+
padding: 6px;
176175
border-width: 0;
177176
cursor: pointer;
178177
}
@@ -182,12 +181,10 @@ nav button.active {
182181
}
183182

184183
section button {
185-
font-size: larger;
186184
color: #fff;
187185
background-color: #0079d6;
188186
border-color: transparent;
189-
font-size: 15px;
190-
padding: 10px;
187+
padding: 6px;
191188
border-radius: 4px;
192189
border-width: 1px;
193190
margin: 4px;

0 commit comments

Comments
 (0)