aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index 948633e..587fcbb 100644
--- a/css/main.css
+++ b/css/main.css
@@ -332,11 +332,11 @@ table, td, tr, th {
}
@media only screen and (max-width: 1199px) {
- #alphabetGroup .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
+ #alphabetGroup.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0;
}
- #alphabetGroup .btn-group>.btn:not(:first-child) {
+ #alphabetGroup.btn-group .btn:not(:first-child) {
border-top-right-radius: 0;
}
} \ No newline at end of file