summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Margheim <stephen.margheim@gmail.com>2016-01-31 16:07:55 -0600
committerStephen Margheim <stephen.margheim@gmail.com>2016-01-31 16:07:55 -0600
commit272ac4a3ed26daa3c121445e74a6d3adfcb5dd21 (patch)
tree698ccf0aee63f4991ffa0fdc5c54af38a0c82881
parentc58c2aaee895298360040931b1b2408b402aedab (diff)
downloadawesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.zip
awesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.tar.gz
awesomplete-272ac4a3ed26daa3c121445e74a6d3adfcb5dd21.tar.bz2
Fix tabs in styles.css
-rw-r--r--style.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/style.css b/style.css
index 03750af..852e6b8 100644
--- a/style.css
+++ b/style.css
@@ -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;
}