~andrew-bugs-launchpad-net/+junk/helpwiki-newtheme

« back to all changes in this revision

Viewing changes to wiki/htdocs/ubuntunew/css/screen.css

  • Committer: Matthew East
  • Date: 2008-09-20 14:47:33 UTC
  • Revision ID: mdke@ubuntu.com-20080920144733-axbeqqu0ppp1b3b3
Adding Andrew Sayers' alert macro to bzr
Small tweaks to alert macro css

Show diffs side-by-side

added added

removed removed

Lines of Context:
378
378
}
379
379
 
380
380
/* General styling for all alert boxes */
381
 
.alert { background-color: #CFFFCF; border: 1pt solid #6d4c07; margin: 0.5em auto 0.5em auto; }
 
381
.alert { background-color: #CFFFCF; border: 1pt solid #6d4c07; width: 50%; margin: 0.5em auto 0.5em auto; }
382
382
.alert .alert-text { padding-left: 0.25em; padding-right: 0.5em; vertical-align: middle; }
383
383
.alert td { border: none; }
384
384