Commit 7aaa1d8740dd0cb389adc4a35856345b8b7b8211
position menu
Dominic Tarr committed on 8/14/2016, 2:10:51 AMParent: b36938964724c375a4405fe69f835799cc9746a6
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -294,12 +294,15 @@ | ||
294 | 294 | |
295 | 295 | .status { |
296 | 296 | width: 20px; |
297 | 297 | height: 20px; |
298 | + background: green; | |
299 | +} | |
300 | + | |
301 | +.menu { | |
298 | 302 | position: fixed; |
299 | 303 | right: 10px; |
300 | 304 | top: 10px; |
301 | - background: green; | |
302 | 305 | } |
303 | 306 | |
304 | 307 | .error { |
305 | 308 | background: red; |
@@ -330,4 +333,8 @@ | ||
330 | 333 | height: 1px; |
331 | 334 | background: blue; |
332 | 335 | } |
333 | 336 | |
337 | + | |
338 | + | |
339 | + | |
340 | + |
Built with git-ssb-web