Permalink
Browse files

remove excess selectors

  • Loading branch information...
1 parent 5e6cd05 commit 1d63c9e6c54ad45b585620229efff023d08f8c8e @igoradamenko committed May 21, 2017
Showing with 23 additions and 21 deletions.
  1. +7 −5 dev/scss/awsm.scss
  2. +7 −7 dist/awsm.css
  3. +1 −1 dist/awsm.min.css
  4. +7 −7 docs/css/awsm.css
  5. +1 −1 docs/css/awsm.min.css
View
@@ -70,12 +70,12 @@ nav {
list-style: none;
margin: 0;
padding: 0;
+ }
- li {
- display: inline-block;
- margin-right: 1em;
- margin-bottom: .25em;
- }
+ li {
+ display: inline-block;
+ margin-right: 1em;
+ margin-bottom: .25em;
}
a {
@@ -115,7 +115,9 @@ p {
float: right;
margin-bottom: .5em;
margin-left: .5em;
+ }
+ picture {
img {
float: none;
margin: 0;
View
@@ -44,10 +44,10 @@ nav{
list-style:none;
margin:0;
padding:0; }
- nav ul li{
- display:inline-block;
- margin-right:1em;
- margin-bottom:.25em; }
+ nav li{
+ display:inline-block;
+ margin-right:1em;
+ margin-bottom:.25em; }
nav a:visited{
color:#0064c1; }
nav a:hover{
@@ -73,9 +73,9 @@ p{
float:right;
margin-bottom:.5em;
margin-left:.5em; }
- p img img, p picture img{
- float:none;
- margin:0; }
+ p picture img{
+ float:none;
+ margin:0; }
dd{
margin-bottom:1em;
View

Some generated files are not rendered by default. Learn more.

Oops, something went wrong.
View
@@ -44,10 +44,10 @@ nav{
list-style:none;
margin:0;
padding:0; }
- nav ul li{
- display:inline-block;
- margin-right:1em;
- margin-bottom:.25em; }
+ nav li{
+ display:inline-block;
+ margin-right:1em;
+ margin-bottom:.25em; }
nav a:visited{
color:#0064c1; }
nav a:hover{
@@ -73,9 +73,9 @@ p{
float:right;
margin-bottom:.5em;
margin-left:.5em; }
- p img img, p picture img{
- float:none;
- margin:0; }
+ p picture img{
+ float:none;
+ margin:0; }
dd{
margin-bottom:1em;
Oops, something went wrong.

0 comments on commit 1d63c9e

Please sign in to comment.