Searched refs:body (Results 1 - 7 of 7) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1127 * be included into the body of web app's "Home" page.
1130 private transient String body = null; field in class:Configuration
1132 * Get the contents of the body include file.
1138 if (body == null) {
1139 body = getFileContent(new File(getDataRoot(), BODY_INCLUDE_FILE));
1141 return body;
/opengrok-jel/web/static/default/
H A Dprint.css2 body {
80 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
H A Dstyle.css301 body {
406 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
508 padding: 1ex; /* should be the same as body's margin */
810 #symbolsCB { /* the container aka Content Box of the head, body and footer */
825 #symbols { /* the body */
/opengrok-jel/web/static/offwhite/
H A Dprint.css2 body {
83 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
H A Dstyle.css301 body {
409 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
538 padding: 1ex; /* should be the same as body's margin */
855 #symbolsCB { /* the container aka Content Box of the head, body and footer */
870 #symbols { /* the body */
/opengrok-jel/web/static/polished/
H A Dprint.css2 body {
83 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
H A Dstyle.css301 body {
454 /* 11ex = width(#qtbl td:first-child) + margin-left(body) */
582 padding: 1ex; /* should be the same as body's margin */
900 #symbolsCB { /* the container aka Content Box of the head, body and footer */
915 #symbols { /* the body */

Completed in 19 milliseconds