Skip to content

Commit

Permalink
Add blank line between selectors and put back the explanation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
youthkee committed Mar 26, 2016
1 parent ee0661c commit 1c5a7b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
/*
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Expand Down
16 changes: 15 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
/*
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Expand Down Expand Up @@ -364,6 +364,7 @@ blockquote,
q {
quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
Expand Down Expand Up @@ -442,6 +443,7 @@ input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active,
button:focus,
input[type="button"]:active,
Expand Down Expand Up @@ -474,6 +476,7 @@ textarea {
border: 1px solid #ccc;
border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
Expand Down Expand Up @@ -565,6 +568,7 @@ a:active {
margin: 0;
padding-left: 0;
}

.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
Expand All @@ -578,36 +582,46 @@ a:active {
left: -999em;
top: 0;
}

.main-navigation ul ul li {
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}

.main-navigation ul ul a {
width: 200px;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}

.main-navigation li {
float: left;
position: relative;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation a {
display: block;
text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
Expand Down

0 comments on commit 1c5a7b1

Please sign in to comment.