vendor/assets/stylesheets/bootstrap.css in bootstrap2-rails-0.0.2 vs vendor/assets/stylesheets/bootstrap.css in bootstrap2-rails-0.0.3
- old
+ new
@@ -563,11 +563,11 @@
/* IE7 */
line-height: normal;
border: 0;
cursor: pointer;
- border-radius: 0 \0/;
+ border-radius: 0;
}
input[type="file"] {
padding: initial;
line-height: initial;
border: initial;
@@ -2659,19 +2659,19 @@
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
display: inline;
}
-.pagination a {
+.pagination a, .pagination em {
float: left;
padding: 0 14px;
line-height: 34px;
text-decoration: none;
border: 1px solid #ddd;
border-left-width: 0;
}
-.pagination a:hover, .pagination .active a {
+.pagination a:hover, .pagination .active a, .pagination em {
background-color: #f5f5f5;
}
.pagination .active a {
color: #999999;
cursor: default;
@@ -2679,10 +2679,10 @@
.pagination .disabled a, .pagination .disabled a:hover {
color: #999999;
background-color: transparent;
cursor: default;
}
-.pagination li:first-child a {
+.pagination li:first-child a, .pagination .previous_page {
border-left-width: 1px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}