Changeset 485005
- Timestamp:
- 01/05/2012 11:14:38 AM (14 years ago)
- Location:
- wapple-architect/tags/3.9.7/theme/css
- Files:
-
- 2 edited
-
iphoneDark.php (modified) (2 diffs)
-
iphoneLight.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wapple-architect/tags/3.9.7/theme/css/iphoneDark.php
r484987 r485005 26 26 .description{color:#93b0d5;font-size:1em;margin-bottom:10px;} 27 27 .entry_row{padding-bottom:0;} 28 .entry_row.singlepost_row{background:#ffffff;} 28 29 .nav_row{margin-bottom:10px;clear:both;margin-top:10px;height:48px;background:url(<?php echo WP_PLUGIN_URL.'/'.get_wapl_plugin_base();?>/theme/images/iphoneLight/menuLeft.png) no-repeat left top;} 29 30 .nav{height:48px;line-height:48px;text-align:center;background:url(<?php echo WP_PLUGIN_URL.'/'.get_wapl_plugin_base();?>/theme/images/iphoneDark/menuRight.png) no-repeat right top;} … … 173 174 html[xmlns] .navigation.archiveNavigation,html[xmlns] .navigation_row {display: block;} 174 175 * html .navigation.archiveNavigation, *html .navigation_row {height: 1%;} 176 -
wapple-architect/tags/3.9.7/theme/css/iphoneLight.php
r484987 r485005 26 26 .description{color:#454545;font-size:1em;margin-bottom:10px;} 27 27 .entry_row{padding-bottom:0;} 28 .entry_row.singlepost_row{background:#ffffff;} 28 29 .nav_row{margin-bottom:10px;clear:both;margin-top:10px;height:48px;background:url(<?php echo WP_PLUGIN_URL.'/'.get_wapl_plugin_base();?>/theme/images/iphoneLight/menuLeft.png) no-repeat left top;} 29 30 .nav{height:48px;line-height:48px;text-align:center;background:url(<?php echo WP_PLUGIN_URL.'/'.get_wapl_plugin_base();?>/theme/images/iphoneLight/menuRight.png) no-repeat right top;} … … 173 174 html[xmlns] .navigation.archiveNavigation,html[xmlns] .navigation_row {display: block;} 174 175 * html .navigation.archiveNavigation, *html .navigation_row {height: 1%;} 176
Note: See TracChangeset
for help on using the changeset viewer.