diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 56a470b..55592a9 100644 --- a/static/styles.css +++ b/static/styles.css @@ -89,12 +89,12 @@ h3.feed-name { } .wide { - width: 100%; + width: 99%; } textarea { font: inherit; - width: 100%; + width: 99%; } pre { |