Mercurial > moin > 1.9
changeset 25:45b0940c3146
unbold modern msg texts, add ff1.5b1 css3-like columns support as comment
imported from: moin--main--1.5--patch-26
author | Thomas Waldmann <tw@waldmann-edv.de> |
---|---|
date | Sat, 24 Sep 2005 15:53:52 +0000 |
parents | 44d4c7debb2e |
children | 842243815e18 |
files | wiki/htdocs/modern/css/screen.css |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/htdocs/modern/css/screen.css Sat Sep 24 15:06:09 2005 +0000 +++ b/wiki/htdocs/modern/css/screen.css Sat Sep 24 15:53:52 2005 +0000 @@ -242,7 +242,7 @@ #message p{ margin: 5px 0; padding: 0; - font-weight: bold; + /* font-weight: bold; */ } #message div.buttons { @@ -276,6 +276,14 @@ background-color: white; margin: 0; padding: 10px 30px 20px 30px; + + /* theses are some Firefox 1.5b1 specific extensions, see also the CSS3 draft. + -moz-column-width: 25em; + -moz-column-gap: 2em; + -moz-column-rule: solid black 0.3em; -- doesn't work yet with 1.5b1! + + TODO: make text/gui editor NOT use #page css, we don't want columns there! + */ } /* We use here dumb css1 ids because of IE suckiness */