Commit: 7e8bf51cd7d34f7b1db951ceda5dc62c21ff60a1

Author: gwoo | Date: 2010-02-16 09:13:13 -0800
fixing some styles and bad markup
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 70712f5..b3bc8f1 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -8,6 +8,7 @@ <?php echo $this->html->link('Icon', null, array('type' => 'icon')); ?> </head> <body class="bot"> +<div id="wrapper"> <div id="container"> <div id="header"> <h1>Lithium Bot</h1> diff --git a/webroot/css/li3_bot.css b/webroot/css/li3_bot.css index e01a4bf..ae7aa6c 100644 --- a/webroot/css/li3_bot.css +++ b/webroot/css/li3_bot.css @@ -39,7 +39,12 @@ table.messages { margin-top: 1.5em; } -ul.channels { +ul { + margin: 1em; padding: 0; list-style: none; } +ul li { + font-size: 120%; + margin-bottom: 0.8em; +}