Merge "Minor CSS cleanup for Vector and Monobook skins"
authorTheDJ <hartman.wiki@gmail.com>
Sat, 20 Apr 2013 21:46:19 +0000 (21:46 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 20 Apr 2013 21:46:19 +0000 (21:46 +0000)
1  2 
skins/monobook/main.css
skins/vector/screen.css

Simple merge
@@@ -782,14 -783,7 +782,13 @@@ div#content a.external[href *=".pdf?"]
  #pt-login {
        /* @embed */
        background: url(images/user-icon.png) left top no-repeat;
 +      /* SVG support using a transparent gradient to guarantee cross-browser
 +       * compatibility (browsers able to understand gradient syntax support also SVG) */
 +      /* @embed */
 +      background-image: -webkit-linear-gradient(transparent, transparent), url(images/user-icon.svg);
 +      /* @embed */
 +      background-image: linear-gradient(transparent, transparent), url(images/user-icon.svg);
        padding-left: 15px !important;
-       text-transform: none;
  }
  
  .redirectText {