summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-11 11:04:10 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-11 11:04:10 +0100
commite4757fb1c48dd4a6fe26cb0acb5a314f3ae2f690 (patch)
treed297ad9f8206b3041e68c5d0395b146d488d881b /style.css
parenta7119fe5e6b2bb52c11f439e01f7a602b9352993 (diff)
downloadweb-common-e4757fb1c48dd4a6fe26cb0acb5a314f3ae2f690.tar.gz
web-common-e4757fb1c48dd4a6fe26cb0acb5a314f3ae2f690.tar.bz2
web-common-e4757fb1c48dd4a6fe26cb0acb5a314f3ae2f690.zip
fixing the blog's articles body in oredr to fix a "bug" introduced
by the always-present (except for blog's articles) navigation bar
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/style.css b/style.css
index ef46a04..a233136 100644
--- a/style.css
+++ b/style.css
@@ -43,9 +43,16 @@ header h1.nav {
transform: translateY(-50%);*/
}
-/*
-header h1 {
+body.article {
+ transform: translateY(-22px);
+}
+
+/* Redundant for testing reasons */
+header h1.chapter {
font-size: 200%;
+ transform: translateY(30px);
+}
+/*
margin: 15 0 0 120px;
position: relative;
top: 50%;