mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-22835 Fixed internal header height
This commit is contained in:
parent
759b81f3dc
commit
b02bca46d1
2 changed files with 11 additions and 2 deletions
|
@ -59,6 +59,15 @@ a:active {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#page-header.inside {
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
#page-header.inside h1 {
|
||||
font-size: 1.7em;
|
||||
padding-top: 40px;
|
||||
}
|
||||
|
||||
#page-header a:link,
|
||||
#page-header a:visited {
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue