Changeset 315:16343c7b07ef for themes/ductile/mediaqueries.css
- Timestamp:
- 05/25/11 11:21:03 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r309 r315 11 11 h1 { 12 12 font-size: 1.8em; 13 margin-left: 3%; 14 } 15 } 16 17 @media only screen and (min-width: 481px) { 18 h1 { 19 font-size: 2.5em; 20 } 21 h1 a, h1 a:hover, h1 a:focus { 22 background-repeat: no-repeat; 23 background-position: left center; 24 padding-left: 68px; 25 background-image: url(img/home-small.png); 13 26 } 14 27 } … … 28 41 } 29 42 30 @media only screen and (min-width: 481px) {31 h1 {32 font-size: 2.5em;33 }34 }35 36 43 @media only screen and (min-width: 640px) and (max-width: 960px) { 37 44 #wrapper {
Note: See TracChangeset
for help on using the changeset viewer.