]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - inc/shaarli.css
Merge pull request #583 from ArthurHoaro/enhance/tag-case
[github/shaarli/Shaarli.git] / inc / shaarli.css
index 1be4d752b0c3b5f173cfe8b6c12593daf51de462..305afddc47da84da7c5bef3c496f0bb8ba1ad37b 100644 (file)
@@ -33,6 +33,10 @@ h1 {
     margin-bottom: 20px;
 }
 
+em {
+    font-style: italic;
+}
+
 /* Buttons */
 .bigbutton {
     background-color: #c0c0c0;
@@ -1178,3 +1182,8 @@ ul.errors {
     font-style: normal;
     color: #80AD48;
 }
+
+.linklist-plugin-icon {
+    width: 13px;
+    height: 13px;
+}