Add a smaller version of the site logo and title for small screens
This commit is contained in:
parent
5777c5e925
commit
d62da73ad7
3 changed files with 32 additions and 0 deletions
|
@ -67,6 +67,12 @@ hr {
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Rules for the site name */
|
||||
|
||||
#small-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Rules for the introductory text displayed in the left sidebar to new users */
|
||||
|
||||
#intro {
|
||||
|
|
|
@ -38,6 +38,28 @@ h1 {
|
|||
margin-right: 1px;
|
||||
}
|
||||
|
||||
/* Rules for the site name - shown when left sidebar is hidden */
|
||||
|
||||
#small-title {
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
#small-title img {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#small-title h1 {
|
||||
position: absolute;
|
||||
left: 18px;
|
||||
font-size: 12px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
/* Rules for greeting bar in the top right corner */
|
||||
|
||||
#greeting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue