diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-03 12:45:54 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-03 12:45:54 +0000 |
commit | 0110b8afced9c6268552246f2bf40adfff6e01a7 (patch) | |
tree | 6b7b41060516719ce8ebe855ac6706f0ede68edd | |
parent | 9df9e7b3c60437325ea8bae58c5b6f9bdebf9917 (diff) | |
download | pasta-0110b8afced9c6268552246f2bf40adfff6e01a7.tar.gz pasta-0110b8afced9c6268552246f2bf40adfff6e01a7.zip |
Fixed button group rounding
-rw-r--r-- | css/main.css | 4 |
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 |