diff options
author | Stephen Margheim <stephen.margheim@gmail.com> | 2016-01-31 16:07:55 -0600 |
---|---|---|
committer | Stephen Margheim <stephen.margheim@gmail.com> | 2016-01-31 16:07:55 -0600 |
commit | 272ac4a3ed26daa3c121445e74a6d3adfcb5dd21 (patch) | |
tree | 698ccf0aee63f4991ffa0fdc5c54af38a0c82881 | |
parent | c58c2aaee895298360040931b1b2408b402aedab (diff) | |
download | awesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.zip awesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.tar.gz awesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.tar.bz2 |
Fix tabs in styles.css
-rw-r--r-- | style.css | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -269,8 +269,8 @@ td { } #combobox .dropdown-input { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } #combobox .dropdown-btn { vertical-align: top; @@ -280,13 +280,13 @@ td { } #combobox .caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px dashed; - border-top: 4px solid; - border-right: 4px solid transparent; - border-left: 4px solid transparent; + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: 4px dashed; + border-top: 4px solid; + border-right: 4px solid transparent; + border-left: 4px solid transparent; } |