Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Carrier <icecreammatt@gmail.com>2015-03-31 23:10:01 +0300
committerMatt Carrier <icecreammatt@gmail.com>2015-03-31 23:10:01 +0300
commit64e87cd4a85766aa00fb7d4bcf9555694205c3a2 (patch)
tree293d60ecfa2a6412aafc032098eb654f38773f7d
parentbc264a0effafcac83d97b3b813613c8947a84c9c (diff)
Removed 15px padding since this caused too much padding in Chrome.
Added a 1px padding bottom under the .header-text which causes Firefox to match chrome without changing Chrome very much.
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 585c510..2215f7d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -14,6 +14,7 @@ main {
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
color: rgba(255, 255, 255, 0.9);
+ padding-bottom: 1px;
}
.header-text .tag-line {
@@ -28,7 +29,6 @@ main {
.header-text .sns-links {
margin: 20px auto;
text-align: center;
- padding-bottom: 15px;
}
.header-text .sns-links a {