]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removing left border on popup forms on mobile widths 909/head
authorJay Sitter <jsitter@gmail.com>
Fri, 31 Oct 2014 17:32:34 +0000 (13:32 -0400)
committerJay Sitter <jsitter@gmail.com>
Fri, 31 Oct 2014 17:32:34 +0000 (13:32 -0400)
themes/baggy/css/main.css

index 2ef354253d94dc5f086518c2d7d9d8ffb609a858..4e3404c14deb5c5110e46991a5e8f21a23411204 100755 (executable)
@@ -1056,6 +1056,7 @@ pre code {
   .popup-form, #bagit-form, #search-form {
     left: 0;
     width: 100%;
+    border-left: none;
   }
 
   .popup-form form,