Skip to content

Commit

Permalink
Merge pull request #10 from Wakkos/master
Browse files Browse the repository at this point in the history
Added a global style for images, so they adapt to its container.
  • Loading branch information
wycks committed Feb 13, 2014
2 parents 10918cc + 03ee30d commit 3480147
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions stylesheets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#Tabs
#Forms
#Menu + Logo
#Misc
#Misc
#Sidebar
#Footer
*/
Expand Down Expand Up @@ -122,6 +122,11 @@
/* #Images
================================================== */

img {
max-width: 100%;
height: auto;
}

img.scale-with-grid {
max-width: 100%;
height: auto; }
Expand Down Expand Up @@ -180,9 +185,9 @@
font-weight: normal;
font-size: 13px;
color: #444; }

/* #Menu & Logo
================================================== */
================================================== */
.header {
height:85px;
border-bottom: 1px solid #ddd;
Expand All @@ -202,7 +207,7 @@
font-size: 16px;
padding-left: 5px;
}

.logo a{
text-decoration: none;
}
Expand All @@ -211,23 +216,23 @@
================================================== */
.title{
padding-bottom: 15px;
}
}

.full-width{
padding-left: 10px;
}
}

/* #Sidebar
================================================== */
.sidebar{
font: 14px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

}

.sidebar li{
list-style: none;
}

/* #Footer
================================================== */
.footer li{
Expand Down

0 comments on commit 3480147

Please sign in to comment.