diff options
author | holyantony | 2015-07-21 21:46:19 +0530 |
---|---|---|
committer | holyantony | 2015-07-21 21:46:19 +0530 |
commit | 74ea395747225ba2631c53ad7b29ddf2e91b5873 (patch) | |
tree | 13aef01a404d0afccdd37684b8854e8ce6a29116 /static/website/css | |
parent | 4a96b70ec8c492b5e94e8f9593616c6943be459f (diff) | |
download | FOSSEE-Forum-74ea395747225ba2631c53ad7b29ddf2e91b5873.tar.gz FOSSEE-Forum-74ea395747225ba2631c53ad7b29ddf2e91b5873.tar.bz2 FOSSEE-Forum-74ea395747225ba2631c53ad7b29ddf2e91b5873.zip |
Subject:Google Custom Search
Description:
1. Added key for custom search
2. Added script from google to index.html
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/bootstrap.min.css | 3 | ||||
-rw-r--r-- | static/website/css/main.css | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/static/website/css/bootstrap.min.css b/static/website/css/bootstrap.min.css index 6eabea4..f96d9b5 100644 --- a/static/website/css/bootstrap.min.css +++ b/static/website/css/bootstrap.min.css @@ -708,7 +708,8 @@ pre code{ .container{ padding-right:15px; - padding-left:15px; + padding-left:15px; + padding-top: 15px margin-right:auto; margin-left:auto } diff --git a/static/website/css/main.css b/static/website/css/main.css index 43d3ec9..4debbbd 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -62,7 +62,7 @@ body { position: relative; max-width: 970px; margin:0 auto; - padding: 25px 0 15px 0; + padding: 1px 0 15px 0; background: #ffffff; } #content-inner { @@ -97,7 +97,7 @@ body { /* } */ #content .question { position: relative; - padding: 15px 0 15px 0; + padding: 30px 0 15px 0; border-bottom: 1px solid #f5f5f5; } #content .editable { |