wiki-text monospaced 11px
This commit is contained in:
parent
d63d2d2e81
commit
0e1a622a6a
|
@ -823,6 +823,8 @@ acronym {
|
|||
}
|
||||
|
||||
textarea.wiki-edit {
|
||||
font-family: monospace, courier;
|
||||
font-size: 11px;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
|
@ -2524,7 +2526,7 @@ h2 img {
|
|||
* This section includes the typography base for the body and heading elements.
|
||||
------------------------------------------------------------------------------*/
|
||||
body {
|
||||
font: normal normal normal 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif;
|
||||
font: normal normal normal 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahoma,sans-serif;
|
||||
background: #f3f3f3;
|
||||
color: #333;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue