diff options
author | Jayaram Pai | 2013-12-01 13:09:49 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-01 13:09:49 +0530 |
commit | 8533d61eb93ecb4c943ec3c3b83dfef87b20a916 (patch) | |
tree | 4fa52f3c02fe1f5c50a4d386cc670faeaae6d7e4 /static/website/css/main.css | |
parent | af3e4d8942680a5c08492d2ed179d8e401a8bf57 (diff) | |
download | spoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.tar.gz spoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.tar.bz2 spoken-tutorial-forums-8533d61eb93ecb4c943ec3c3b83dfef87b20a916.zip |
basic auth and new-question
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 997a154..9e68e7f 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -10,11 +10,14 @@ #content-inner { } +#content{ + min-height: 600px; +} #content .category { min-height: 50px; border-bottom: 1px solid #f5f5f5; } -#content .category .posts { +#content .category .questions { color: #7395d9; } #content .category .replies { @@ -38,3 +41,6 @@ #footer-inner { } +.field_error { + border: 1px solid red; +} |