Attribution updates to Lite theme, as well as blockquote fixing.

This commit is contained in:
Zach Hall 2010-03-30 22:41:36 -07:00 committed by Shish
parent f4bbc5ce04
commit 7fa0e9eed8
2 changed files with 8 additions and 3 deletions

View file

@ -178,7 +178,7 @@ class Layout {
<a href="http://code.shishnet.org/shimmie2/">Shimmie</a> &copy;
<a href="http://www.shishnet.org/">Shish</a> &amp; Co 2007-2010,
based on the Danbooru concept.<br />
<a href="http://github.com/zshall/shimmie2/">Lite Theme</a> by <a href="http://seemslegit.com">Zach</a>, based on Default, Danbooru, and <a href="http://qwebirc.org/">qwebirc</a>
Lite Theme by <a href="http://seemslegit.com">Zach</a>
$debug
$contact
</div>

View file

@ -1,3 +1,8 @@
/**
* Some style elements borrowed from the QWebIRC project
* http://qwebirc.org/
*/
BODY {
background: #F0F7FF;
font-family: sans-serif;
@ -175,9 +180,9 @@ A {text-decoration: none;}
A:hover {text-decoration: underline;}
BLOCKQUOTE {
border: 1px solid black;
border: 1px solid #C3D2E0;
padding: 8px;
background: #DDD;
background: #E3EFFA;
}
UL {