styling the dl

This commit is contained in:
scottjehl 2010-11-11 13:43:05 -05:00
parent 30c8a4cd5e
commit d8845f233b
2 changed files with 3 additions and 1 deletions

View file

@ -3,4 +3,5 @@
.ui-mobile #jqm-homeheader h1 { margin: 0 0 10px; }
.ui-mobile #jqm-homeheader p { margin: 0; }
.ui-mobile #jqm-version { text-indent: -99999px; background: url(../images/version.png) top right no-repeat; width: 119px; height: 122px; overflow: hidden; position: absolute; top: 0; right: 0; }
.ui-mobile .jqm-themeswitcher { clear: both; margin: 20px 0 -15px; }
.ui-mobile .jqm-themeswitcher { clear: both; margin: 20px 0 -15px; }
dt { font-weight: bold; margin-top: 2em; }

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>jQuery Mobile Docs - Configurable Default Settings</title>
<link rel="stylesheet" href="../../themes/default" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script type="text/javascript" src="../../js/"></script>
</head>
<body>