diff options
author | Alpha <alpha0010@users.noreply.github.com> | 2016-07-17 10:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-17 10:10:09 -0400 |
commit | 5fb7569bd501f500b8fcf37d928f08d0509606b7 (patch) | |
tree | 67dc8a20724555d202082ebaaa0e072c14355572 | |
parent | 46b6b68be7ea32b7955b0744509c347aed178f5a (diff) | |
download | webgrind-5fb7569bd501f500b8fcf37d928f08d0509606b7.zip webgrind-5fb7569bd501f500b8fcf37d928f08d0509606b7.tar.gz webgrind-5fb7569bd501f500b8fcf37d928f08d0509606b7.tar.bz2 |
Avoid wrapping options block on large font systems
-rw-r--r-- | styles/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css index 8548419..58dfda6 100644 --- a/styles/style.css +++ b/styles/style.css @@ -49,7 +49,6 @@ h2 { #options { float: right; - width: 600px; padding: 10px 0 0 0; } #options form { |