Skip to content

Instantly share code, notes, and snippets.

@egoens
Created November 13, 2012 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoens/4067120 to your computer and use it in GitHub Desktop.
Save egoens/4067120 to your computer and use it in GitHub Desktop.
new question
span.new-notification.yellow {
background-color: #FFEA00;
background-color: rgba(255, 234, 0, 0.2);
color: #5E5600;
border-bottom: 1px solid #5E5600;
}
index.htmlmedia="screen"
.sidebar span.new-notification {
padding: 1px 3px;
font-size: 60%;
font-weight: normal;
line-height: 2em;
text-transform: uppercase;
text-shadow: none;
margin: 0 5px 0 0;
font-weight: bolder;
vertical-align: middle;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
@kenlangston
Copy link

Regarding this: index.htmlmedia="screen" Is "index.html" supposed to be connected to "media". I've only seen this in one other place and never in a reference source or tutorial. Is that a typo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment