Changeset 391:77ce8f145513 for themes/ductile/mediaqueries.css
- Timestamp:
- 06/19/11 01:41:59 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r386 r391 13 13 -------------------------------------------------------------------- */ 14 14 @media only screen and (max-width:480px) { 15 #prelude, #blogdesc, #supranav span{15 .nomobile { 16 16 display: none !important; 17 17 } … … 38 38 border-bottom: 1px solid #ccc; 39 39 } 40 h2.post-title { 41 font-size: 2em; 40 .post-title { 41 font-size: 1.5em; 42 font-weight: bold; 43 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 44 } 45 .post-title a { 46 font-style: normal; 47 font-weight: bold; 42 48 } 43 49 #stickers { … … 98 104 display: block; 99 105 } 106 .post-title { 107 font-size: 2.5em; 108 font-weight: normal; 109 } 110 .post-title a { 111 font-style: italic; 112 font-weight: normal; 113 } 100 114 #stickers { 101 115 position: absolute; … … 114 128 display: none; 115 129 } 116 h2.post-title {130 .post-title { 117 131 font-size: 2.6em; 118 132 }
Note: See TracChangeset
for help on using the changeset viewer.