Skip to content

Commit

Permalink
Added RDFa support to the doc pages and cleaned up the HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Oct 6, 2008
1 parent 6e242ed commit 96e47c4
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 74 deletions.
5 changes: 3 additions & 2 deletions template/assets/api.css
Expand Up @@ -10,7 +10,7 @@ a:link { color: #00F; }
a:visited { color: #003399;}

#doc3 #hd {margin-bottom:1em}
#doc3 #hd a { text-decoration: none; }
#doc3 #hd a { text-decoration: none; color: black; }
#doc3 #hd h1 { color: #545454; font:170%/50px arial Bold; padding: 0px 0 8px 130px; background: url(yui.png) left center no-repeat; }
#doc3 #hd h3 { background: #947DB2; color: #FFF; font: 110%/1.22em arial; padding: 5px 10px; margin: 0 0 7px 0; }
#doc3 #hd h3 A { color: #FFF; text-decoration: none; }
Expand All @@ -35,7 +35,8 @@ a:visited { color: #003399;}
}
*/

#doc3 #classopts { font-size: 85%; float:right; margin:2px; padding: 2px; background-color:#cdc6d5;border: 1px solid #947db2;}
#doc3 .classopts { font-size: 85%; float:right; margin:2px; padding: 2px; background-color:#cdc6d5;border: 1px solid #947db2;}
#yui-classopts-form fieldset legend { display: none; }

/* undo reset.css styles for description block formatting */
#doc3 .description ul { padding: 10px 0 10px 28px; font-size: 90%; list-style: disc}
Expand Down

0 comments on commit 96e47c4

Please sign in to comment.