X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=build%2Fdocs%2Fstyle%2Fstyle.css;h=f76e87ef9f75e0a3bce97ec558e77c1670a880ff;hb=805d21c2360a10fa5e7ac85cc593b4403afb6c9f;hp=7c5554ecee259b7e424ba577d7748907b92cd946;hpb=7448c61ee2199f6f7002e33e533cebc42b000c89;p=jquery.git diff --git a/build/docs/style/style.css b/build/docs/style/style.css index 7c5554e..f76e87e 100644 --- a/build/docs/style/style.css +++ b/build/docs/style/style.css @@ -63,6 +63,7 @@ ul#docs { ul#docs li { margin: 5px 0; + width: 600px; } ul#docs li span.tooltip { @@ -95,6 +96,7 @@ ul#docs li div.short { color: #666; margin-left: 110px; margin-top: 5px; + width: 490px; } ul#docs span.fn { @@ -110,21 +112,26 @@ ul#docs li div.more { display: none; margin-left: 110px; margin-top: 5px; + width: 490px; } ul#docs li div.example { overflow: auto; + border-top: 1px solid #DDD; + margin-top: 15px; } ul#docs li div.example h5 { font-size: 16px; + margin: 10px 0 0 0; } ul#docs li div.example pre { - color: #4F4; - background: #000; + color: #000; + background: #EEE; padding: 5px; overflow: auto; + font-size: 0.8em; } p.raw {