Merge pull request #1898 from awesomerobot/master

removing :focus style until I figure out a better fix; also fixing restricted badge alignment
This commit is contained in:
Sam 2014-02-06 08:03:34 +11:00
commit 7ea2cee3aa
2 changed files with 0 additions and 2 deletions

View file

@ -31,7 +31,6 @@
&.restricted { &.restricted {
div { div {
display: inline-block; display: inline-block;
vertical-align: top;
margin: 0; margin: 0;
} }
} }

View file

@ -13,7 +13,6 @@ body {
min-width: $large-width; min-width: $large-width;
} }
:focus {box-shadow:0 0 10px #2b95ca; }
.container { .container {