aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-11-18 11:38:58 +0100
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-11-18 11:38:58 +0100
commit76af6980d4e4f4ec4d5f910c2f5b79b12087e4d5 (patch)
tree4e304e9c7cceca7e27cfa69fbd712d55e6684c7c /.themes/classic
parent9e2d7474ae240e06e8f2bf1cd648f74b65e5d176 (diff)
downloadmy_new_personal_website-76af6980d4e4f4ec4d5f910c2f5b79b12087e4d5.tar.xz
my_new_personal_website-76af6980d4e4f4ec4d5f910c2f5b79b12087e4d5.zip
Remove !default from property values
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/sass/custom/_layout.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/.themes/classic/sass/custom/_layout.scss b/.themes/classic/sass/custom/_layout.scss
index afc9b578..74c7de9d 100644
--- a/.themes/classic/sass/custom/_layout.scss
+++ b/.themes/classic/sass/custom/_layout.scss
@@ -1,9 +1,9 @@
// Here you can easily change your sites's layout.
// To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works.
-//$header-font-size: 1em !default;
-//$header-padding-top: 1.5em !default;
-//$header-padding-bottom: 1.5em !default;
+//$header-font-size: 1em;
+//$header-padding-top: 1.5em;
+//$header-padding-bottom: 1.5em;
//$max-width: 1350px;
//$indented-lists: true;