summaryrefslogtreecommitdiff
path: root/public/stylesheets/ie.css
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 23:14:54 +0100
committerhukl <hukl@eight.local>2009-01-31 23:14:54 +0100
commit5ccb76770646d8eb13ea379f5042670a8376d21e (patch)
tree0efb195af04acf4b8bb7ce9de9f7978661bd552d /public/stylesheets/ie.css
parent8de27a58b5c401ecb324014bf9827b28f30d6044 (diff)
added everything needed to render a page
Diffstat (limited to 'public/stylesheets/ie.css')
-rwxr-xr-xpublic/stylesheets/ie.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/public/stylesheets/ie.css b/public/stylesheets/ie.css
new file mode 100755
index 0000000..05ec223
--- /dev/null
+++ b/public/stylesheets/ie.css
@@ -0,0 +1,16 @@
1* html #topnav {
2 margin: 0.9em 0 0 3.48em;
3}
4
5* html #main {
6 background: url(../images/bg_teaser.gif)
7}
8
9* html #teaserbar {
10 border: 0;
11}
12
13/*
14div {
15 border: solid 1px red;
16} */