From 6502eded1be8a6298ff973d1ca242fe469c4ce4e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Apr 2012 20:31:53 +0200 Subject: [PATCH] Rollback to not touch v2.0.2. --- app/assets/stylesheets/bootstrap.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/bootstrap.css b/app/assets/stylesheets/bootstrap.css index 4283f51e0..495188af7 100644 --- a/app/assets/stylesheets/bootstrap.css +++ b/app/assets/stylesheets/bootstrap.css @@ -1410,7 +1410,7 @@ table .span24 { .icon-glass { background-position: 0 0; } -.icon-attachment { +.icon-music { background-position: -24px 0; } .icon-search { @@ -3193,11 +3193,6 @@ input[type="submit"].btn.btn-mini { -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } -.pagination li:only-child a { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} .pagination-centered { text-align: center; }