diff options
author | Sanmugasundaram K | 2015-01-08 12:32:18 +0530 |
---|---|---|
committer | Sanmugasundaram K | 2015-01-08 12:32:18 +0530 |
commit | 293af4fcc716fba56f26f3490443b6ba3ff2c440 (patch) | |
tree | 20e9ac8859bdd39ef741c9b28960e04727db9056 /static/website/css | |
parent | 2ae49074f030b61088317526b023b9e21124dbfc (diff) | |
download | spoken-tutorial-forums-293af4fcc716fba56f26f3490443b6ba3ff2c440.tar.gz spoken-tutorial-forums-293af4fcc716fba56f26f3490443b6ba3ff2c440.tar.bz2 spoken-tutorial-forums-293af4fcc716fba56f26f3490443b6ba3ff2c440.zip |
all tables linked with new website
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index d1e7e52..9e7ed71 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -359,3 +359,11 @@ table .title a { background: #FDF5E6; transition: background 2.5s ease; } +.category-title{ + height: 100px; + text-shadow: 1px 1px 1px #000, 3px 3px 5px blue; + line-height: 100px; + text-align: center; + font-size: 22px; + overflow: hidden; +} |