]> git.mxchange.org Git - friendica.git/commitdiff
softer look for code fragments in postings
authorSilke Meyer <silke@silkemeyer.net>
Sat, 14 Jun 2014 21:22:41 +0000 (23:22 +0200)
committerSilke Meyer <silke@silkemeyer.net>
Sat, 14 Jun 2014 21:22:41 +0000 (23:22 +0200)
view/theme/vier/style.css

index 9d84a92ab64ea7a69281dedb1ad6fd825b92ac44..3547eda40e9ef4adc1f76b3c184c43f515ab3547 100644 (file)
@@ -325,12 +325,12 @@ code {
   white-space: pre;
   display: block;
   overflow: auto;
-  border: 1px solid #444;
   background: #EEE;
   color: #444;
   padding: 10px;
   margin-top: 20px;
   max-width: 640px;
+  border-radius: 5px;
 }
 #panel {
   position: absolute;