Skip to content

Commit

Permalink
Image styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Jul 23, 2014
1 parent 9ba4047 commit b0e1949
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion css/scss/style.sass
Expand Up @@ -22,9 +22,15 @@ a
border-bottom: 1px solid $text-color
color: $text-color

&.img
border-bottom: none !important

img
border: 1px solid rgba(0, 0, 0, 0.1) !important

&.header
border: none !important

h1, h2, h3
font-family: ff-enzo-web, Verdana, sans-serif
color: $text-color
Expand Down Expand Up @@ -107,7 +113,8 @@ nav
color: $text-color
&:hover
border-bottom: 1px dotted #333
a.img:hover

a.img
border: none

#content
Expand Down
6 changes: 5 additions & 1 deletion css/style.css
Expand Up @@ -15,9 +15,13 @@ a {
a:hover {
border-bottom: 1px solid #312516;
color: #312516; }
a.img {
border-bottom: none !important; }

img {
border: 1px solid rgba(0, 0, 0, 0.1) !important; }
img.header {
border: none !important; }

h1, h2, h3 {
font-family: ff-enzo-web, Verdana, sans-serif;
Expand Down Expand Up @@ -114,7 +118,7 @@ nav {
color: #312516; }
nav a:hover {
border-bottom: 1px dotted #333333; }
nav a.img:hover {
nav a.img {
border: none; }

#content {
Expand Down

0 comments on commit b0e1949

Please sign in to comment.