]> git.mxchange.org Git - friendica.git/commitdiff
copied code styling from duepuntozero to quattro theme
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Dec 2011 16:10:27 +0000 (17:10 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 6 Dec 2011 16:10:27 +0000 (17:10 +0100)
view/theme/quattro/quattro.less
view/theme/quattro/style.css

index 5a7780a4c6185e459169c97a9fc74d7e334a5a3c..2e61b91829fd8a0f0038f3f3c696e182f5c73e2d 100644 (file)
@@ -41,7 +41,17 @@ a:hover {color: @LinkHover; text-decoration: underline; }
 .right { float: right; }
 .hidden { display: none; }
 
-
+code {
+       font-family: Courier, monospace;
+       white-space: pre;
+       display: block;
+       overflow: auto;
+       border: 1px solid #444;
+       background: #EEE;
+       color: #444;
+       padding: 10px;
+       margin-top: 20px; 
+}
 /* tool */
 
 .tool {
index 7a7a5fb63042e6575196a31e95414fd0dd2d019f..6de9800af408532465dab652152305ebae49980a 100644 (file)
@@ -189,6 +189,17 @@ a:hover {
 .hidden {
   display: none;
 }
+code {
+  font-family: Courier, monospace;
+  white-space: pre;
+  display: block;
+  overflow: auto;
+  border: 1px solid #444;
+  background: #EEE;
+  color: #444;
+  padding: 10px;
+  margin-top: 20px;
+}
 /* tool */
 .tool {
   height: auto;