adding basic :focus style back in - some tweaks still needed, but this makes tabbing through content functional
This commit is contained in:
parent
176bf41efd
commit
3212af4746
|
@ -13,6 +13,9 @@ body {
|
|||
min-width: $large-width;
|
||||
}
|
||||
|
||||
:focus {box-shadow:0 0 10px #2b95ca; }
|
||||
|
||||
|
||||
.container {
|
||||
@extend .clearfix;
|
||||
max-width: $large-width;
|
||||
|
|
|
@ -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; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue