diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 13:28:28 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-29 13:28:28 +0100 |
commit | 3a56e70e888ce9420c72add656726dc623a45894 (patch) | |
tree | ba1cd2108d58f0e7196917227f3e914ae0ae1df7 /ratatoeskr/cms_style | |
parent | c91f5d5d77b55b1579b6020ad2dea3a8801eb106 (diff) | |
download | ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.tar.gz ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.tar.bz2 ratatoeskr-cms-3a56e70e888ce9420c72add656726dc623a45894.zip |
You can now use %root% in CSS styles too.
Diffstat (limited to 'ratatoeskr/cms_style')
-rw-r--r-- | ratatoeskr/cms_style/layout.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ratatoeskr/cms_style/layout.css b/ratatoeskr/cms_style/layout.css index a0d7e61..1163887 100644 --- a/ratatoeskr/cms_style/layout.css +++ b/ratatoeskr/cms_style/layout.css @@ -21,6 +21,13 @@ body, html { padding:0px; } +hr { + border: 0; + height: 1px; + color: #000; + background-color: #000; +} + #bar_top { margin: 0px; position: fixed; |