diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 14:11:48 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 14:11:48 +0000 |
commit | d419572c289ee06a690de4af6644a9de9f02b6e2 (patch) | |
tree | 5cda5638f20958493cb2ad02e638815857d2aa67 | |
parent | 2aed4f1f9f71e668c9c60449a12847ea171d1812 (diff) | |
download | semanticscuttle-d419572c289ee06a690de4af6644a9de9f02b6e2.tar.gz semanticscuttle-d419572c289ee06a690de4af6644a9de9f02b6e2.tar.bz2 |
interface bug fix: tags hidden by sidebox into alltags page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@22 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | scuttle.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scuttle.css b/scuttle.css index 4ab1da1..eb22bec 100644 --- a/scuttle.css +++ b/scuttle.css @@ -258,9 +258,10 @@ div#sidebar ul li { p.tags { line-height: 2.25em; - margin: 2em 10%; + /*margin: 2em 10%;*/ text-align: justify; vertical-align: middle; + width: 70%; } p.tags a, p.tags span { |