]> git.plutz.net Git - lobster/blobdiff - therapies/therapy.css
avoid unnecessary white space, so that placeholder is displayed
[lobster] / therapies / therapy.css
index 2b62c176ffe7e2b88790ba17f8a963203a8b7564..68aa33496bab0c33bae8ea8e9e9c4f8ac16d986e 100644 (file)
@@ -72,13 +72,14 @@ div.patient a {
 
 div.therapies > a {
   display: inline-block;
+  text-decoration: none;
   border: 1px solid black;
-  margin: .5em .5em 0 0; padding: .25em .5em;
+  margin-top: .5em; padding: .25em .5em;
   background-color: #DDF;
   color: #000;
 }
 div.therapies > a.current {
-  background-color: #CCF;
+  background-color: #AAF;
 }
 
 div.prescription {