[wp-meta] [Making WordPress.org] #461: Make WordPress.org home and other static pages responsive
Making WordPress.org
noreply at wordpress.org
Fri May 9 14:24:49 UTC 2014
#461: Make WordPress.org home and other static pages responsive
---------------------+---------------------
Reporter: Otto42 | Owner:
Type: task | Status: new
Priority: normal | Component: General
Resolution: | Keywords:
---------------------+---------------------
Comment (by nphaskins):
Here are some CSS fixes for wordpress.org/mobile
{{{
// not sure if you want to jack with this but should really be
reset on mobile
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
.col-9, .col-10, .col-11, .col-12 {
float:none;
width:100%;
margin:0;
padding-left:15px;
padding-right:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#books li {
padding:15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#books .image {
float: none;
margin: 0 auto;
border-right: none;
}
#books h3{
overflow:hidden;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/461#comment:11>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list