swap buttons on log
[mindcoding-template-patches.git] / css / custom.css
index 6dcb1c308f82cfb5360a9715dacb643927774f61..2ae5780de3a9e424d1450e7b6daa7a94f013b9c3 100644 (file)
@@ -1,2 +1,23 @@
-#top_spacer { height: 5em; }
-#bottom_spacer { height: 2em; }
+#logo {
+       margin: 5em auto 2em;
+       display: block;
+}
+
+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' */
+}
+
+a.thumbnail {
+       border: none !important;
+}
\ No newline at end of file
This page took 0.009124 seconds and 4 git commands to generate.