Skip to content

Commit

Permalink
adding caniuse next to edit this info. changed templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Divya Manian committed Jan 23, 2012
1 parent c121fd7 commit 15ba804
Show file tree
Hide file tree
Showing 6 changed files with 800 additions and 506 deletions.
33 changes: 17 additions & 16 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ article h3 b i, article.expanded div.more, .kind, .status i b {
display: inline;
}

.reset-margin, body, nav ul, nav ol, figure, form, fieldset, button, input, select, textarea, #livesearch, article > header .kind, article > header .name, article > header .status, .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
.reset-margin, body, nav ul, nav ol, figure, form, fieldset, button, input, select, textarea, #livesearch, article > header .kind, article > header .name, article > header .status, article div.more .links, .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
margin: 0;
}

Expand Down Expand Up @@ -498,6 +498,7 @@ article > header:before {
article > header .kind, article > header .name, article > header .status {
display: inline-block;
vertical-align: middle;
pointer-events: none;
}
article > header i {
font-style: normal;
Expand Down Expand Up @@ -527,12 +528,25 @@ article div.more .polyfills b {
article div.more .polyfills p {
display: inline;
}
article div.more .updateurl {
article div.more .links {
font-size: 0.8em;
position: absolute;
bottom: 0.5em;
right: 1em;
}
article div.more .links a {
padding: 0.25em 0.5em;
}
article div.more .links a:hover {
background: #149cd7;
color: #fff;
border-radius: 5px;
text-decoration: none;
text-shadow: 1px 1px 1px #232927;
}
article div.more .links a + a {
margin-left: 0.5em;
}

article.expanded > header {
border-bottom: 1px solid #91a19b;
Expand All @@ -559,22 +573,10 @@ article.expanded div.more {

.name {
padding: 0.4rem 0;
text-shadow: 1px 1px 1px #03151c;
text-shadow: 1px 1px 1px black;
letter-spacing: 1px;
}
.name a {
color: #107aa8;
}
.name a:hover {
text-decoration: none;
}
.name a:hover::after {
content: " →";
font-size: 0.8em;
line-height: 0;
font-weight: normal;
vertical-align: -0.1em;
}

.status {
font-size: 2em;
Expand All @@ -584,7 +586,6 @@ article.expanded div.more {
text-shadow: 1px 1px 1px black;
position: relative;
float: right;
pointer-events: none;
}
.status:before, .status:after {
content: "";
Expand Down
Loading

0 comments on commit 15ba804

Please sign in to comment.