]> git.quilime.com - clmpr.git/commitdiff
Updated About and some minor css tweaks.
authorGabriel Dunne <gdunne@quilime.com>
Thu, 27 Dec 2012 02:38:19 +0000 (18:38 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 27 Dec 2012 02:38:19 +0000 (18:38 -0800)
about.html
style-dark.css

index c622fd5d671b48ba9c89733920ba327454fc94ea..c43809d644817b617dc17f1399d6113de0d87da0 100644 (file)
@@ -38,7 +38,7 @@ semantic
 source on <a href="http://github.com/quilime/clmpr">github</a>
 <br />
 <br />
-&copy; 2011-2012 gabriel dunne, <a href="Http://quilime.com">www</a>
+&copy; 2011-<?=date('Y')?> <a href="http://quilime.com">quilime</a>
 </p>
 
 
index 3f2d7c8578c55f345bf6c3c9a75b714ee2cfde61..2ef8d7ef5560c11d4d760506b27d75148e262c8f 100644 (file)
@@ -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;