Jump to content

Template:Main Page/styles.css: Difference between revisions

adds a line between "Welcome" message and Navigation when screen size is reduced
mNo edit summary
(adds a line between "Welcome" message and Navigation when screen size is reduced)
Line 150: Line 150:
margin: 0 auto;
margin: 0 auto;
}
}
#mp-welcomecount,
#mp-welcomecount,
#mp-navigation {
#mp-navigation {
Line 156: Line 155:
     width: 100%;
     width: 100%;
     box-sizing: border-box;
     box-sizing: border-box;
}
#mp-welcomecount {
    border-bottom: 1px solid #aaa;
}
#articlecount {
margin-bottom: 5px;
}
}
}
}