BODY { font-family: Arial,helvetica,sans-serif; } H2 { color: white; background-color: #cc3333; font-size: xx-large; text-align: center; } H3 { color: #cc3333; margin-top: 2em; font-size: x-large; } ul li { margin-top: 10px; } div.classhdr { background-color: #cc3333; color: white; } div.classhdr table { background-color: #cc3333; color: white; width: 100%; } div.index { margin-left: 2em; padding: 1em; border: solid #cc3333 1px; width: 70%; } div.index a { display: block; } div.index table { width: 100%; } div.index table tr td { vertical-align: top; width: 33%; } div.itemdesc { margin-top: 5px; margin-bottom: 5px; margin-left: 2em; } div.method { color: black; border-top: solid black 2px; padding: 10px; margin-left: 2em; margin-top: 2em; } div.method table { width: 100%; } div.methodheader { padding-bottom: 1em; } div.seealso a { display: list-item } td.meth_name { text-align: left; font-weight: bold; font-size: large; width: 20%; } td.proto { text-align: right; border-bottom: solid black 1px; } pre { background-color: #ffdddd; border: dashed red 1px; margin-top: 2em; padding-top: 10px; width: 60%; } span.inlinecode { font-family: courier, monospace; font-weight: bold; background-color: #ddddff; border: dashed blue 1px; padding-left: 5px; padding-right: 5px; } span.classtag { vertical-align: super; } span.classname { font-size: xx-large; font-weight: bold; } span.classparent { font-size: x-large; } span.requiretag { vertical-align: super; } span.modulename { font-size: large; } #righttext { text-align: right; } .indent { margin-left: 2em; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 6048 | Jeff Rose |
Mod to css to improve formatting of P4 object example boxes, making their width less than the entire page. Add alternate index of Class P4's Instance Methods (sorted by type). |
||
#1 | 6047 | Jeff Rose |
Sparse branch for improved formatting of P4 object example boxes, and an alternate index of Instance Methods (sorted by type). |
||
//guest/tony_smith/perforce/API/Ruby/main/doc/docstyle.css | |||||
#7 | 4808 | Tony Smith | Make inline code stand out a little more in the docs | ||
#6 | 4675 | Tony Smith |
A little doc tweaking. The docs frontpage for P4Ruby now looks a little more appealing and has an improved structure. |
||
#5 | 4657 | Tony Smith | Style tweak. | ||
#4 | 4653 | Tony Smith |
More documentation tweaks. Just makes the pages look more like the reference pages in the 'Pickaxe book' |
||
#3 | 4652 | Tony Smith |
Doc update for P4Ruby. Rework the html and the CSS to make the docs a little easier on the eye and easier to use too. |
||
#2 | 4589 | Tony Smith |
Update P4Ruby to support the new SetProg() method in the 2004.2 API. Whilst the new 'P4#prog=' method is always available, it's only functional if P4Ruby is built with a 2004.2 or later API. The build system got a bit of tidying up to support this change and the API version is now detected automatically if possible. I've also removed the --apilibdir and --apiincludedir flags as they complicate matters and I never use them and I don't believe anyone else does either. There are also some minor doc formatting tweaks to go along with the added documentation for prog=. |
||
#1 | 4255 | Tony Smith |
P4Ruby doc reformatting. Now uses CSS instead of 1x1 image and too many tables. Could no doubt be improved upon, but it's a start. |
||
//guest/tony_smith/shared/rubystyle.css | |||||
#1 | 4254 | Tony Smith | Convert P4Ruby pages to CSS style sheet instead of horrid tags. |