diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-03-18 14:08:31 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-03-18 14:08:31 +0100 |
commit | ccff9ce8d8a2818699ce4e20a310986fc95ea022 (patch) | |
tree | c585ead91c894c621c73b63bc84012709e795151 /design | |
parent | 24547ccec6526fcef3cccb34bc35fb81f31236b3 (diff) | |
download | Bits-ccff9ce8d8a2818699ce4e20a310986fc95ea022.tar.gz Bits-ccff9ce8d8a2818699ce4e20a310986fc95ea022.zip |
Added a way of classifying images in folders.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/design/style.css b/design/style.css index dbb3e91..c3a5314 100644 --- a/design/style.css +++ b/design/style.css @@ -124,6 +124,11 @@ iframe, textarea { width: 300px; } + select { + width: 200px; + margin-left: 4px; + } + iframe, textarea { border: 1px solid #CCC; width: 98%; |