]> iEval git - mindcoding-template-patches.git/blobdiff - css/custom.css
move div from footer to sidebar
[mindcoding-template-patches.git] / css / custom.css
index 3207a8e008d163b4c1986099be6e29e720b99ac8..2ae5780de3a9e424d1450e7b6daa7a94f013b9c3 100644 (file)
@@ -1,4 +1,23 @@
 #logo {
-       margin-top: 5em;
-       margin-bottom: 2em;
+       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.021015 seconds and 4 git commands to generate.