diff options
| author | hukl <hukl@eight.local> | 2009-01-31 23:14:54 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-31 23:14:54 +0100 |
| commit | 5ccb76770646d8eb13ea379f5042670a8376d21e (patch) | |
| tree | 0efb195af04acf4b8bb7ce9de9f7978661bd552d /public/stylesheets/ie.css | |
| parent | 8de27a58b5c401ecb324014bf9827b28f30d6044 (diff) | |
added everything needed to render a page
Diffstat (limited to 'public/stylesheets/ie.css')
| -rwxr-xr-x | public/stylesheets/ie.css | 16 |
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 | /* | ||
| 14 | div { | ||
| 15 | border: solid 1px red; | ||
| 16 | } */ | ||
