summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-02-18 11:59:56 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-02-18 11:59:56 -0500
commitb09a0fff4265f3856f70365e007bfd8e52d6d92c (patch)
treef57ff3519666ad51896e82257b127d83c340aa6e
parent1a4cdb27fd8a00b008cc337104dd3b0f7ad817eb (diff)
Fix the css to not draw borders around imagesHEADmaster
-rw-r--r--wayland.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/wayland.css b/wayland.css
index c9a6c5b..1a3c620 100644
--- a/wayland.css
+++ b/wayland.css
@@ -1,7 +1,7 @@
-body { solid; padding: 0px 150px; }
+body { padding: 0px 150px; }
h1 { margin: 40px 0px; color: #aaa; }
p { margin: 20px 0px; }
-h1 img { vertical-align: middle; }
+h1 img { vertical-align: middle; border-width: 0px; }
h2 { font-family: sans; color: #888; }
h3 { font-family: sans; color: #888; font-style: italic; }
a { color: #444; }