mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
Nicer styles in Mozilla
This commit is contained in:
parent
fa3d376d5f
commit
2d7efab286
@ -86,6 +86,9 @@ h1 {
|
||||
background-color: #CCCCCC;
|
||||
padding: 5px;
|
||||
font-size: large;
|
||||
border-width: 1px;
|
||||
border-color: #CCCCCC;
|
||||
-moz-border-radius: 10px;
|
||||
}
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
@ -93,8 +96,9 @@ h2 {
|
||||
background-color: #666666;
|
||||
padding: 5px;
|
||||
font-size: medium;
|
||||
|
||||
|
||||
border-width: 1px;
|
||||
border-color: #666666;
|
||||
-moz-border-radius: 10px;
|
||||
}
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
@ -102,6 +106,7 @@ h3 {
|
||||
background-color: #666666;
|
||||
padding: 5px;
|
||||
font-size: medium;
|
||||
-moz-border-radius: 10px;
|
||||
}
|
||||
.spaced {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user