diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index af88ecb..be5abbe 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -10,7 +10,6 @@ html { body { background: #f0f0f0; font-family: 'Lato', sans-serif; - text-shadow: 1px 1px 1px #ffffff; margin-bottom: 4em; padding-bottom: 2em; } @@ -43,7 +42,6 @@ code,pre { .navbar-inner { border-color: #06537d !important; } .footer { - text-shadow: none; background: #0981c3; border-top: 1px solid #ddd; color: #fff; diff --git a/templates/package.lucius b/templates/package.lucius index 167973a..ad7eb9a 100644 --- a/templates/package.lucius +++ b/templates/package.lucius @@ -239,7 +239,6 @@ h2.changes-title { } .tag-count { border: 0.1em solid #d8d8d8; - text-shadow: none; padding: 0 0.25em; border-radius: 0.25em; color: #999; @@ -290,4 +289,3 @@ div.plain-text { padding: 0.5em; background: #eef; } - diff --git a/templates/stackage-home.lucius b/templates/stackage-home.lucius index aba44e7..c32c9a9 100644 --- a/templates/stackage-home.lucius +++ b/templates/stackage-home.lucius @@ -55,7 +55,6 @@ hr { display: inline-block; padding: 0 0.5em; margin-right: 0.5em; - text-shadow: none; } } }