aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-12-06 17:10:27 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-12-06 17:10:27 +0100
commit06b904ffcbc5dd87c729850d5e4cb63f5ad384a7 (patch)
tree18837425a0e51f6d577d99f97520f95fd5e03a02 /view/theme/quattro
parentf3c91edd9577a04c9c9d31140346037f885d8a71 (diff)
downloadvolse-hubzilla-06b904ffcbc5dd87c729850d5e4cb63f5ad384a7.tar.gz
volse-hubzilla-06b904ffcbc5dd87c729850d5e4cb63f5ad384a7.tar.bz2
volse-hubzilla-06b904ffcbc5dd87c729850d5e4cb63f5ad384a7.zip
copied code styling from duepuntozero to quattro theme
Diffstat (limited to 'view/theme/quattro')
-rw-r--r--view/theme/quattro/quattro.less12
-rw-r--r--view/theme/quattro/style.css11
2 files changed, 22 insertions, 1 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index 5a7780a4c..2e61b9182 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -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 {
diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css
index 7a7a5fb63..6de9800af 100644
--- a/view/theme/quattro/style.css
+++ b/view/theme/quattro/style.css
@@ -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;