mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Added rules for .demo and .demo-description divs at the end of the css for padding and fonts. May need to be scoped tighter.
This commit is contained in:
parent
a69affd77d
commit
e17fbcfb43
@ -162,4 +162,16 @@ eventually we should convert the font sizes to ems -- using px for now to minimi
|
|||||||
#demo-source a.source-closed:link,
|
#demo-source a.source-closed:link,
|
||||||
#demo-source a.source-closed:visited,
|
#demo-source a.source-closed:visited,
|
||||||
#demo-source a.source-closed:hover,
|
#demo-source a.source-closed:hover,
|
||||||
#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }
|
#demo-source a.source-closed:active { background-image: url(images/demo-spindown-closed.gif); }
|
||||||
|
|
||||||
|
div.demo {
|
||||||
|
padding:12px;
|
||||||
|
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
|
||||||
|
}
|
||||||
|
|
||||||
|
div.demo-description {
|
||||||
|
padding:12px;
|
||||||
|
font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
|
||||||
|
font-size: 1.2em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user