Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 2d4d7e0

Browse files
committed
Added more docs CSS tweaks for better C grade experience
1 parent bf47907 commit 2d4d7e0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/_assets/css/jqm-docs.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Beware: lots of last-minute CSS going on in here
44
cobblers, shoes,
55
*/
66

7-
body { background: #eeeeee; }
7+
body { background: #f9f9f9; padding:13px; }
88
body, input, textarea, select, button { font-family: Helvetica, Arial, san-serif; }
99
.ui-mobile .type-home .ui-content { margin: 0; background: #e5e5e5 url(../images/jqm-sitebg.png) top center repeat-x; }
1010
.ui-mobile #jqm-homeheader { padding: 40px 10px 0; text-align: center; margin: 0 auto; }
@@ -77,6 +77,7 @@ p.intro strong {
7777
.footer-docs {
7878
padding: 5px 0;
7979
clear:both;
80+
color:#666;
8081
}
8182
.footer-docs p {
8283
margin-left:15px;
@@ -418,3 +419,9 @@ dd h4 { margin:15px 0 0 0; }
418419
.content-primary > .ui-footer {
419420
overflow: hidden;
420421
}
422+
423+
/* list styles */
424+
ul { margin:0; padding-left:0; }
425+
ul li { list-style:none; padding:.7em 0; margin:0; border-top:1px solid #e3e3e3; }
426+
ul li:last-child { border-bottom:1px solid #e3e3e3; }
427+

0 commit comments

Comments
 (0)