mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Added commandline style
This commit is contained in:
parent
2a395005b5
commit
758674a180
@ -1,4 +1,3 @@
|
||||
|
||||
body, td, th, li {
|
||||
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
@ -117,3 +116,18 @@ ul {
|
||||
margin-top: 10px;
|
||||
|
||||
}
|
||||
.commandline {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: x-small;
|
||||
background-color: #FBFBFB;
|
||||
margin: auto auto 20px 30px;
|
||||
padding: 5px;
|
||||
height: auto;
|
||||
width: auto;
|
||||
font-weight: bold;
|
||||
border: 1px solid #999999;
|
||||
white-space: nowrap;
|
||||
display: compact;
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user