Merge pull request #1895 from awesomerobot/master

adding basic :focus style back in
This commit is contained in:
Jeff Atwood 2014-02-03 19:37:14 -08:00
commit 43c698282c
2 changed files with 22 additions and 2 deletions

View File

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

View File

@ -435,7 +435,6 @@ iframe {
margin: 5px 0 0 0;
font-size: 2em;
line-height: 1.2em;
overflow: hidden;
}
a.star {
@ -464,7 +463,25 @@ iframe {
height: 45px;
}
.contents { text-align: center;}
.contents {
text-align: center;
a {
display: block;
margin: 0 auto;
width: 45px;
}
h3 a {
display: inline;
width: auto;
}
}
h3 { display: block; }
}