]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
deleted: view/theme/smoothly/arrow.png
[friendica.git] / view / theme / smoothly / css / typography.css
index b0f73fcfb873b0dfb8e0a27215321bf6b9926a15..7ae53a265827f2cd6661e35c9ff8b55ee66a7baa 100644 (file)
@@ -1,4 +1,4 @@
-/* global typography settings */
+/* global basic typography settings */
 
 textarea,
 pre,
@@ -127,7 +127,7 @@ li {
 
 dt { font-weight:bold; }
 
-dd { margin:0 0 1.5em 0.8em; }
+dd { }
 
 
 /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
@@ -225,6 +225,10 @@ hr {
        color: #1873a2;
 }
 
+.hidden { 
+       display: none!important; 
+}
+
 /*--- Links ----------------------------------------------------------------------------------------- */
 
 a {
@@ -244,7 +248,7 @@ a:focus {
        text-decoration:none;
 }
 
-/* --- images ------------------ */
+/*--- Images ----------------------------------------------------------------------------------------- */
 
 img,
 figure {
@@ -271,3 +275,9 @@ figure {
        -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
        box-shadow: 0 0 3px rgba(0,0,0,.25);
 }
+
+/*--- Tables ----------------------------------------------------------------------------------------- */
+
+tr {
+       border: 1px solid #eeeeee;
+}