Merge pull request #1895 from awesomerobot/master
adding basic :focus style back in
This commit is contained in:
commit
43c698282c
2 changed files with 22 additions and 2 deletions
app/assets/stylesheets/desktop
|
@ -13,6 +13,9 @@ body {
|
||||||
min-width: $large-width;
|
min-width: $large-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:focus {box-shadow:0 0 10px #2b95ca; }
|
||||||
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@extend .clearfix;
|
@extend .clearfix;
|
||||||
max-width: $large-width;
|
max-width: $large-width;
|
||||||
|
|
|
@ -435,7 +435,6 @@ iframe {
|
||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.star {
|
a.star {
|
||||||
|
@ -464,7 +463,25 @@ iframe {
|
||||||
height: 45px;
|
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; }
|
h3 { display: block; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue