Commit 416bd419c5213ab41ae675ce592e485b8d9aef75
save space in styles
Ev Bogue committed on 10/24/2016, 10:50:28 PMParent: e0d97dd9cb07f8689612e7ef80e548c380c5a744
Files changed
style.css | changed |
style.css | |||
---|---|---|---|
@@ -1,9 +1,20 @@ | |||
1 | 1 … | body { | |
2 | - font-family: sans-serif; | ||
2 … | + font-family: 'Source Sans Pro', sans-serif; | ||
3 | 3 … | background: #f5f5f5; | |
4 | 4 … | } | |
5 | 5 … | ||
6 … | +h1, h2, h3, h4, h5, h6, p, ul, ol { | ||
7 … | + margin-top: .35em; | ||
8 … | +} | ||
9 … | + | ||
10 … | +h1 { font-size: 1.2em; } | ||
11 … | +h2 { font-size: 1.18em; } | ||
12 … | +h3 { font-size: 1.15em; } | ||
13 … | +h4 { font-size: 1.12em; } | ||
14 … | +h5 { font-size: 1.1em; } | ||
15 … | +h6 { font-size: 1em; } | ||
16 … | + | ||
6 | 17 … | * { | |
7 | 18 … | word-break: break-word; | |
8 | 19 … | } | |
9 | 20 … | ||
@@ -165,9 +176,9 @@ | |||
165 | 176 … | /* messages */ | |
166 | 177 … | ||
167 | 178 … | .message { | |
168 | 179 … | background: white; | |
169 | - display: block; | ||
180 … | + position: relative; | ||
170 | 181 … | flex-basis: 0; | |
171 | 182 … | word-wrap: break-word; | |
172 | 183 … | display: inline-block; | |
173 | 184 … | margin-bottom: 1em; | |
@@ -199,9 +210,10 @@ | |||
199 | 210 … | margin-left: .5ex; | |
200 | 211 … | } | |
201 | 212 … | ||
202 | 213 … | .message_actions { | |
203 | - float: right; | ||
214 … | + position: absolute; | ||
215 … | + bottom: 0; right: 0; | ||
204 | 216 … | margin-right: .5ex; | |
205 | 217 … | margin-bottom: .5ex; | |
206 | 218 … | } | |
207 | 219 … |
Built with git-ssb-web