diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-06-21 16:34:27 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-06-21 16:34:27 +0200 |
commit | 889e8eaf7c40817663dd602a21ac771062ccac3b (patch) | |
tree | ca8ac81ee202165333e5ffe16147d09e5cdaf2ab /design | |
parent | 5c4caed8560d5fded00525844dfa8386b97e7918 (diff) | |
download | Bits-889e8eaf7c40817663dd602a21ac771062ccac3b.tar.gz Bits-889e8eaf7c40817663dd602a21ac771062ccac3b.zip |
Big change, sir. Can now upload any kind of files.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index 2a537f6..613fed7 100644 --- a/design/style.css +++ b/design/style.css @@ -182,6 +182,9 @@ iframe, textarea { .small_right, .tool_link { font-size: 0.8em; +} + +.small_right a, .tool_link { font-style: italic; } |