Re-add deleted CSS
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 17:11:31 +0000 (19:11 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 27 Jan 2014 17:11:31 +0000 (19:11 +0200)
css/custom.css

index 76e4074ed7754c1286ce8460318e53592855a729..eeb0d1244d2661435d5b2187135314d0535a7e87 100644 (file)
@@ -6,3 +6,15 @@
 h1 {
        font-size: 2em !important;
 }
+
+.txtstuff {
+    overflow: hidden;
+}
+
+.hiddendiv {
+    display: none;
+    white-space: pre-wrap;
+    word-wrap: break-word;
+    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
+}
\ No newline at end of file
This page took 0.010297 seconds and 4 git commands to generate.