]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
Fix indentation in global.css
[friendica.git] / view / global.css
index 2cfd046ca2f635763108c19d90de9f2e06dbe3e6..8cb1db95a77f8bc92924929f58514e1ca6e76cd2 100644 (file)
@@ -28,7 +28,7 @@ a.btn, a.btn:hover {
 }
 
 .overline {
-       text-decoration: overline;
+  text-decoration: overline;
 }
 
 /* List of social Networks */
@@ -237,8 +237,22 @@ span.oembed, h4 {
   margin: 0px 0px 0px 0px;
 }
 
-code { display: block; background-color: #eee; color: #666; padding:1em; font-size: 0.8em; font-family: monospace; }
-key { display: inline; background-color: #eee; color: #666; padding:0.2em; font-size: 0.8em; font-family: monospace; }
+code {
+  display: block;
+  background-color: #eee;
+  color: #666;
+  padding: 1em;
+  font-size: 0.8em;
+  font-family: monospace;
+}
+key {
+  display: inline;
+  background-color: #eee;
+  color: #666;
+  padding: 0.2em;
+  font-size: 0.8em;
+  font-family: monospace;
+}
 
 /* fields help text */
 .field .field_help {
@@ -496,19 +510,19 @@ td.federation-data {
 
 /* admin pending user notes */
 td.pendingnote {
-       padding-left: 20px;
-       padding-right: 20px;
+  padding-left: 20px;
+  padding-right: 20px;
 }
 td.pendingnote > p > span {
-       font-weight: bold;
+  font-weight: bold;
 }
 
 /* warning message */
 .warning-message {
-       padding: 10px;
-       margin: 5px;
-       border-left: 5px solid #f00;
-       font-weight: bold;
+  padding: 10px;
+  margin: 5px;
+  border-left: 5px solid #f00;
+  font-weight: bold;
 }
 
 /* src/href attributes filter error display */