Commit 9334dd2b798b099cd5e9bd7e007f444359f466bb
merge opinionate into evmaster
Ev Bogue committed on 11/11/2016, 9:43:46 PMParent: fb6ed3fc5d2e702c2a92d6962ab9649fc3cf9be2
Parent: 5ba0c6f5d9e56f77c92c2fb49986db0120c16169
Files changed
style.css | changed |
style.css | ||
---|---|---|
@@ -269,9 +269,9 @@ | ||
269 | 269 … | |
270 | 270 … | .suggest-box ul { |
271 | 271 … | padding: 0; |
272 | 272 … | list-style-type: none; |
273 | - margin-left: -7em; | |
273 … | + margin-left: -2em; | |
274 | 274 … | background: #f7f7f7; |
275 | 275 … | padding-top: .1em; |
276 | 276 … | padding-bottom: .1em; |
277 | 277 … | border-radius: .2em; |
@@ -459,17 +459,8 @@ | ||
459 | 459 … | .hypertabs--selected .hypertabs__x { |
460 | 460 … | display: block; |
461 | 461 … | } |
462 | 462 … | |
463 | -.instructions { | |
464 | - position: absolute; | |
465 | - border: 1px solid #eee; | |
466 | - padding: 1em; | |
467 | - bottom: 0; | |
468 | - left: 0; | |
469 | - z-index: 1; | |
470 | -} | |
471 | - | |
472 | 463 … | /* progress bar */ |
473 | 464 … | |
474 | 465 … | .hyperprogress__bar { |
475 | 466 … | background: darkgrey; |
Built with git-ssb-web