r114296 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114295‎ | r114296 | r114297 >
Date:18:44, 20 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
fix viewport issues in operamini

certain css rules are not applying and others
dont need to be applied
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/operamini.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css
@@ -1,19 +1,9 @@
2 -#header,
3 -#footer,
4 -#content_wrapper {
5 - margin: 0 2px;
 2+table { /* table[style] not supported */
 3+ float: none !important;
 4+ margin-left: 0 !important;
 5+ width: 100% !important;
66 }
77
8 -/* TODO: duplicate see psp.css */
9 -.nav {
10 - border: 0;
11 - border-bottom: 2px solid #6d84b4;
12 - border-top: 2px solid #6d84b4;
13 - height: auto;
14 - clear: both;
15 - padding: 5px 0 5px 0;
16 - margin: 0;
17 -}
188
199 .mwm-notice {
2010 text-align: left;

Status & tagging log