Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Delete unused css media queries
  • Loading branch information
Eugene Simakin committed Jan 5, 2014
1 parent c99aa72 commit 30d0ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/stylesheet.css
Expand Up @@ -288,7 +288,7 @@ form {
h4:before {
content: "////";
color: #9ddcff;
padding-right: 0.3em;
padding-right: 0.8em;
margin-left: -2.8em;
}

Expand Down Expand Up @@ -394,8 +394,8 @@ footer a:hover {
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}
/*@media only screen and (max-width: 959px) {*/
/*}*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
Expand Down

0 comments on commit 30d0ee6

Please sign in to comment.