From 96a96af7c84f78eed4aad895477505cf8f3ba29e Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 16 Oct 2013 23:27:47 +0200 Subject: [PATCH] Beautiful lines --- css/glowingbear.css | 13 ++++++++++++- index.html | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 9541aff..ad2d4ef 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -18,6 +18,18 @@ body { #footer { height: 25px; } +.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; + box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; + border-bottom: 1px solid #121212; +} +.vertical-line { +-webkit-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0; + -moz-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0; + box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0; + border-right: 1px solid #121212; +} input#sendMessage { border: 0; @@ -40,7 +52,6 @@ td.prefix { vertical-align: top; padding-right: 5px; white-space: nowrap; - border-right: 1px solid #555; } td.message { word-wrap: break-word; diff --git a/index.html b/index.html index 39a0e58..5b29462 100644 --- a/index.html +++ b/index.html @@ -125,7 +125,7 @@
-
+
brand
@@ -156,7 +156,7 @@
-