Changeset 8444
- Timestamp:
- 03/11/2019 10:33:51 PM (7 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r8403 r8444 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '201903 07' );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20190311' ); 113 113 114 114 wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r8403 r8444 1202 1202 } 1203 1203 1204 #wporg-footer ul:first-child { 1205 margin-left: 0; 1204 @media screen and (min-width:960px) { 1205 #wporg-footer ul:first-child { 1206 margin-left: 0; 1207 } 1208 } 1209 1210 @media screen and (min-width:561px) and (max-width:995px) { 1211 #wporg-footer .wrapper { 1212 max-width: 600px; 1213 } 1214 1215 #wporg-footer ul:nth-child(3n+1) { 1216 margin-left: 0; 1217 } 1218 1219 #wporg-footer ul:nth-child(4n) { 1220 clear: both; 1221 } 1222 1223 #wporg-footer ul { 1224 margin-left: 2%; 1225 width: 32%; 1226 } 1227 } 1228 1229 @media screen and (max-width:560px) { 1230 #wporg-footer .wrapper { 1231 max-width: 360px; 1232 } 1233 1234 #wporg-footer ul:nth-child(2n+1) { 1235 margin-left: 0; 1236 } 1237 1238 #wporg-footer ul:nth-child(odd) { 1239 clear: both; 1240 } 1241 1242 #wporg-footer ul { 1243 margin-left: 4%; 1244 width: 48%; 1245 } 1206 1246 } 1207 1247 … … 1249 1289 } 1250 1290 .jobswp #wporg-footer .wrapper { 1251 width: 100%;1291 margin: 0 auto; 1252 1292 text-align: left; 1253 1293 } … … 1263 1303 padding-left: 0; 1264 1304 margin-top: 0; 1265 margin-left: 28px;1266 1305 } 1267 1306 .jobswp #wporg-footer a:hover { … … 1270 1309 .jobswp #wporg-footer a:visited { 1271 1310 color: #4ca6cf; 1311 } 1312 1313 @media only screen and (max-width: 767px) { 1314 .jobswp #wporg-footer .wrapper { 1315 width: 442px; 1316 } 1317 } 1318 1319 @media only screen and (max-width: 560px) { 1320 .jobswp #wporg-footer .wrapper { 1321 width: 285px;; 1322 } 1272 1323 } 1273 1324 … … 1284 1335 #subhead .wporg-link a { 1285 1336 font-size: 0.78em; 1286 }1287 #wporg-footer ul {1288 width: 110px;1289 1337 } 1290 1338 }
Note: See TracChangeset
for help on using the changeset viewer.