X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=6e7eb3409238c47cd5d4727bc8c14e5f84301adb;hb=ed6dd533f0317fdde938e86a30bc301cef8775ac;hp=5506111fc48b677bdbf410817551fe9ae88527c9;hpb=4c1590e505f3c47ef0f2783f64dc074338a82f17;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 5506111..6e7eb34 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -139,11 +139,18 @@ #content dl { - float: left; - width: 100%; + float:none; + clear:both; + width:100%; margin: 1em 0; padding: 0; } + +#content dl:after { + content:' '; + display:block; + clear:both; +} #content dt { @@ -434,12 +441,13 @@ samp:after { #content .fixme { border-color: #999944; background-color: #f0f0e0; + font-weight:bold; } .fixme:before { content:'FIXME: '; - font-weight: bold; font-style: italic; + font-size:200%; }