set textarea to monospace, something keeps messing about
[libreriscv.git] / local.css
index b39e0ac22f7d1338e006cab600596388f740e814..e35e9a3fb61f7297d94a738c8e38c3b06eb9b486 100644 (file)
--- a/local.css
+++ b/local.css
@@ -99,4 +99,61 @@ content : "";
 counter-increment : none;
     }
 
+table {
+    margin-left: 35px;
+}
+
+table, th, td {
+    border: 1px solid black;
+}
+
+td {
+    padding: 4px;
+}
+
+/*Forums*/
+form{
+    font-size: .9em;
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+    margin-left: 0em;
+    margin-top: 1.2em;
+    padding-bottom: 2em;
+}
+textarea{
+    font-family: monospace;
+    font-size: .9em;
+    border: solid 1px;
+    width: 100%;
+    margin-bottom: 10px;
+}
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+    font-size: .9em;
+    width: 550px;
+    line-height: 1em;
+    background-color: #fff;
+    border: solid 1px;
+}
+input#comments{
+    font-family: "Inconsolata", "monaco", "droid sans mono",fixed;
+    font-size: .9em;
+    width: 550px;
+    line-height: 1em;
+    background-color: #fff;
+        border: solid 1px;
+}
+input[type="submit"]{
+    font-family:
+    font-size: .9em;
+    font-weight: bold;
+    line-height: 1em;
+    background-color: #ddd;
+    margin-right: 1.1em;
+    margin-top: 10px;
+    padding: 3px;
+    text-align: center;
+    width: 9.5em;
+        border: solid 1px;
+}
+