mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
copied code styling from duepuntozero to quattro theme
This commit is contained in:
parent
f3c91edd95
commit
06b904ffcb
2 changed files with 22 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue