From: Gabriel Dunne Date: Thu, 27 Dec 2012 02:38:19 +0000 (-0800) Subject: Updated About and some minor css tweaks. X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=2281d642ff3b1cd1c796f67130e14bb6bd428380;p=clmpr.git Updated About and some minor css tweaks. --- diff --git a/about.html b/about.html index c622fd5..c43809d 100644 --- a/about.html +++ b/about.html @@ -38,7 +38,7 @@ semantic source on github

-© 2011-2012 gabriel dunne, www +© 2011- quilime

diff --git a/style-dark.css b/style-dark.css index 3f2d7c8..2ef8d7e 100644 --- a/style-dark.css +++ b/style-dark.css @@ -30,7 +30,9 @@ hr { border:0; border-bottom:1px dotted #333; } - +b, strong { +color:#ddd; +} .bull { display:inline-block; margin-right:0.6em; @@ -128,15 +130,17 @@ a.ui:hover { } +form.new { + position:relative; + top:-10px; + left:-10px; +} form.new input[type="text"] { - width:100%; + width:98%; } form.new textarea { - width:100%; - height:4em; - font-family:Lucida Grande, inherited; - font-size:11px; - padding:3px; + width:98%; + height:2.25em; } @@ -161,10 +165,6 @@ ul.tags li a:hover { - - - - .tag-help { font-weight:normal; font-size:12px; @@ -213,11 +213,12 @@ textarea { fieldset{ border:0; } +input[type=password], input[type=text] { background:#333; +width:11em; } input[type=submit] { - width: auto; padding: 0.25em 1em; line-height: 1.5em; background:#43a;