]> 472bisson.ca Git - magnet.git/blobdiff - style.css
Added iStoreTor and formated Code
[magnet.git] / style.css
index e5611c1d00de89e57d17907ec9018768110eea8f..34810554f5d2dd9f1ecddf766bae708bae57d569 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,38 +1,43 @@
 /* CSS layout */
 
-body{
-       margin: 5px;
-       padding: 5px;
-       font-family: monospace;
+body {
+    margin: 5px;
+    padding: 5px;
+    font-family: monospace;
 }
 
 input[type=text] {
-       width: 420px;
-       height: 30px;
-       padding: 1px;
-       
-       font-family:monospace;
-       font-size:large;
-}
+    width: 420px;
+    height: 30px;
+    padding: 1px;
 
-input[type=submit] {
-               
-       font-family:monospace;
-       font-size:large;
+    font-family:monospace;
+    font-size:large;
+}
 
-       border: 1px solid #777777;
-       background: #6e9e2d;
-       color: white;
-       font: bold 11px 'Trebuchet MS';
-       padding: 4px;
-       height: 30px;
-       cursor: pointer;
-       -moz-border-radius: 4px;
-       -webkit-border-radius: 4px;
-*/}
+textarea {
+    width: 420px;
+    padding: 1px;
 
+    font-family:monospace;
+    font-size:medium;
+}
 
+input[type=submit] {
 
+    font-family:monospace;
+    font-size:large;
+
+    border: 1px solid #777777;
+    background: #6e9e2d;
+    color: white;
+    font: bold 11px 'Trebuchet MS';
+    padding: 4px;
+    height: 30px;
+    cursor: pointer;
+    -moz-border-radius: 4px;
+    -webkit-border-radius: 4px;
+}
 
 /*