diff options
author | Christian Weiske <cweiske@cweiske.de> | 2012-01-20 22:10:30 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2012-01-20 22:10:30 +0100 |
commit | 6ff4370a20e7da8d02239b387cc0db296d7bf466 (patch) | |
tree | 0166e5a7b78779675507086326efd67b4fef9eb3 /www/themes/default | |
parent | d16ca9235157042604f23949f2fa6e479e882d7d (diff) | |
parent | d6d44c6cfa7e3e5cdb36d9e4abd3a62edad74eb9 (diff) | |
download | semanticscuttle-6ff4370a20e7da8d02239b387cc0db296d7bf466.tar.gz semanticscuttle-6ff4370a20e7da8d02239b387cc0db296d7bf466.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'www/themes/default')
-rw-r--r-- | www/themes/default/scuttle.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/themes/default/scuttle.css b/www/themes/default/scuttle.css index 9e87857..f37377d 100644 --- a/www/themes/default/scuttle.css +++ b/www/themes/default/scuttle.css @@ -223,6 +223,7 @@ li.xfolkentry { border-bottom: 1px solid #DDD; margin-bottom: 0; padding: 1em 0.5em; + overflow: auto; } html > body li.xfolkentry { border-bottom: 1px dotted #AAA; |