diff --git a/css/glowingbear.css b/css/glowingbear.css index 79647e6..b0c665a 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -2,11 +2,14 @@ html, body { height: 100%; /* The html and body elements cannot have any padding or margin. */ - overflow:hidden; color: #ddd; background-color: #181818; } +.no-overflow { + overflow: hidden; +} + .horizontal-line { -webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; -moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; diff --git a/index.html b/index.html index c90bf1c..7a093e0 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ -
+