diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-10-15 20:25:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-10-15 20:25:06 -0300 |
commit | 0d5a2dedb154e18e303cfb553220718d3d3f4146 (patch) | |
tree | 911b5d1a8f7b12f6dd87e4a710c413b0c79aa58a | |
parent | 45864dd9cf6cf81421e67302213e4c99b05bf273 (diff) | |
download | semanticscuttle-0d5a2dedb154e18e303cfb553220718d3d3f4146.tar.gz semanticscuttle-0d5a2dedb154e18e303cfb553220718d3d3f4146.tar.bz2 |
Themes: mono: mobile first fixv0.98.6
-rw-r--r-- | www/themes/mono/scuttle.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/themes/mono/scuttle.css b/www/themes/mono/scuttle.css index 7f2e50e..f90c4cd 100644 --- a/www/themes/mono/scuttle.css +++ b/www/themes/mono/scuttle.css @@ -694,10 +694,10 @@ ol#bookmarks { } ol#bookmarks { - width: inherit; + width: 70%; } #welcome { - width: inherit; + width: 66%; } } |