mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
merged from 1.5:
_ some space above the userpiicture added in #user-edit and user-view. _ rmoved the border above the link in the rss sideblock
This commit is contained in:
parent
bc5799f3fc
commit
36f0d1acbb
1 changed files with 6 additions and 2 deletions
|
@ -166,6 +166,10 @@ h6.main {
|
|||
#site-index #content {
|
||||
margin:0
|
||||
}
|
||||
#user-edit .userpicture,
|
||||
#user-view .userpicture {
|
||||
margin-top:10px
|
||||
}
|
||||
|
||||
/***
|
||||
*** Admin
|
||||
|
@ -232,8 +236,8 @@ h6.main {
|
|||
padding-bottom:0.2em;
|
||||
border-bottom:1px solid
|
||||
}
|
||||
.block_rss_client .title {
|
||||
padding-top:0
|
||||
.block_rss_client .link {
|
||||
border-top:0 none
|
||||
}
|
||||
|
||||
/***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue