mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-27 03:00:35 +00:00
styling the dl
This commit is contained in:
parent
30c8a4cd5e
commit
d8845f233b
2 changed files with 3 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue