diff options
author | xue <> | 2007-05-14 11:40:22 +0000 |
---|---|---|
committer | xue <> | 2007-05-14 11:40:22 +0000 |
commit | 82621f4f0a7e47314222fa3b21a0745425e1248b (patch) | |
tree | 9569f0c1aa7f6a4d52743c4f568bc5c2665d5067 /demos/activeblog/themes | |
parent | 7429863609d6c5708b4414d3619bdf152de2ea16 (diff) |
moving unfinished files to dev branch.
Diffstat (limited to 'demos/activeblog/themes')
-rw-r--r-- | demos/activeblog/themes/Default/style.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/demos/activeblog/themes/Default/style.css b/demos/activeblog/themes/Default/style.css deleted file mode 100644 index be98cb9a..00000000 --- a/demos/activeblog/themes/Default/style.css +++ /dev/null @@ -1,18 +0,0 @@ -html,body{margin:0;padding:0} -body{font: 76% arial,sans-serif;text-align:center} -p{margin:0 10px 10px} -a{display:block;color: #981793;padding:10px} -div.header h1{height:80px;line-height:80px;margin:0; - padding-left:10px;background: #EEE;color: #79B30B} -div.container{text-align:left} -div.content p{line-height:1.4} -div.navigation{background:#B9CAFF} -div.extra{background:#FF8539} -div.footer{background: #333;color: #FFF} -div.footer p{margin:0;padding:5px 10px} - -div.container{width:700px;margin:0 auto} -div.content{float:left;width:500px} -div.navigation{float:right;width:200px} -div.extra{float:right;clear:right;width:200px} -div.footer{clear:both;width:100%}
\ No newline at end of file |