[ticket/11552] Adjustments for CP navigation

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-15 17:45:26 +03:00
parent f655ca3e54
commit 34fa93a153

View file

@ -199,8 +199,18 @@ ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn {
#navigation { #navigation {
padding: 0; padding: 0;
margin: 0 auto;
max-width: 320px;
} }
#navigation a { #navigation a {
background-image: none; background-image: none;
} }
#navigation li:first-child a {
border-radius: 5px 5px 0 0;
}
#navigation li:last-child a {
border-radius: 0 0 5px 5px;
}