]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Describe markdown HTML rendering and display a warning
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 305afddc47da84da7c5bef3c496f0bb8ba1ad37b..a24d4b7c1e384cfc72a03000e462263063c77fb0 100644 (file)
@@ -37,6 +37,10 @@ em {
     font-style: italic;
 }
 
+strong {
+    font-weight: bold;
+}
+
 /* Buttons */
 .bigbutton {
     background-color: #c0c0c0;
@@ -1156,7 +1160,7 @@ ul.errors {
 }
 
 #pluginsadmin .plugin_parameter {
-    padding: 5px 0;
+    padding: 10px 0;
     border-width: 1px 0;
     border-style: solid;
     border-color: #c0c0c0;
@@ -1164,12 +1168,17 @@ ul.errors {
 
 #pluginsadmin .float_label {
     float: left;
-    width: 20%;
+    width: 40%;
 }
 
 #pluginsadmin a {
+    color: #486D08;
+}
+
+#pluginsadmin a.arrow {
     color: black;
 }
+
 /* 404 page */
 .error-container {