diff options
| -rw-r--r-- | phpBB/styles/prosilver/theme/responsive.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index df96b00401..feed2fb4d3 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -188,3 +188,19 @@ ul.topiclist.forums dd.topics dfn, ul.topiclist.topics dd.posts dfn { .pagination { margin: 5px 0; } + +/* *CP navigation +----------------------------------------*/ +#cp-menu, #navigation, #cp-main { + float: none; + width: auto; + margin: 0; +} + +#navigation { + padding: 0; +} + +#navigation a { + background-image: none; +}
\ No newline at end of file |
