Revision 4386
Added by ben leinfelder about 16 years ago
lib/style/skins/first/index.jsp | ||
---|---|---|
90 | 90 |
insertSearchBox("<%=CONTEXT_URL%>"); |
91 | 91 |
</script> |
92 | 92 |
|
93 |
<table width="760" border="0" cellspacing="20" cellpadding="0">
|
|
93 |
<table width="100%" border="0" cellspacing="20" cellpadding="0">
|
|
94 | 94 |
<!--DWLayoutTable--> |
95 | 95 |
<tr> |
96 | 96 |
<td> |
lib/style/skins/first/about.jsp | ||
---|---|---|
50 | 50 |
insertSearchBox("<%=CONTEXT_URL%>"); |
51 | 51 |
</script> |
52 | 52 |
|
53 |
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
|
53 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
54 | 54 |
<tr> |
55 | 55 |
<td> |
56 | 56 |
<p class="intro"> |
lib/style/skins/first/footer.jsp | ||
---|---|---|
37 | 37 |
</head> |
38 | 38 |
|
39 | 39 |
<body> |
40 |
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
|
40 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
41 | 41 |
<tr> |
42 | 42 |
<td> |
43 | 43 |
<hr /> |
lib/style/skins/first/first.css | ||
---|---|---|
57 | 57 |
.iframeleftcolclass { /* not used */ } |
58 | 58 |
.iframerightcolclass { /* not used */ } |
59 | 59 |
.iframefooterclass { |
60 |
width: 90%;
|
|
60 |
width: 100%;
|
|
61 | 61 |
border: 0px; |
62 | 62 |
margin: 0px; |
63 | 63 |
} |
Also available in: Unified diff
use full width of the screen