Here is the mobile.css (child) content:
1 #wrapper{
(^2) width: 90%;
3 }
4
5 #content{
(^6) width: 100%;
7 }
8
9 #sidebar-left{
(^10) width: 100%;
(^11) clear: both;
12
(^13) / Additional styling for our new layout /
(^14) border-top: 1px solid #ccc;
(^15) margin-top: 20px;
16 }
17
18 #sidebar-right{
(^19) width: 100%;
(^20) clear: both;
21
(^22) / Additional styling for our new layout /
(^23) border-top: 1px solid #ccc;
(^24) margin-top: 20px;
25 }