move presentation out of base
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@294990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px 0px 10px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
img {
|
||||
border:none;
|
||||
@@ -31,7 +31,7 @@ div.clear hr{
|
||||
font-weight: bold;
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #organizationLogo span, #projectLogo span{
|
||||
margin: 8px;
|
||||
margin: 0px;
|
||||
}
|
||||
#organizationLogo span, #projectLogo span{
|
||||
border: 1px solid;
|
||||
@@ -47,20 +47,21 @@ div.clear hr{
|
||||
text-shadow: #7CFC00;
|
||||
}
|
||||
#banner {
|
||||
border-bottom: 1px solid #fff;
|
||||
padding: 0px;
|
||||
}
|
||||
#banner img {
|
||||
border: none;
|
||||
}
|
||||
#footer, #breadcrumbs {
|
||||
#breadcrumbs {
|
||||
padding: 3px 10px 3px 10px;
|
||||
}
|
||||
#leftColumn {
|
||||
width: 18%;
|
||||
width: 150px;
|
||||
float:left;
|
||||
}
|
||||
#bodyColumn {
|
||||
margin-left: 20%;
|
||||
margin-right: 1.5em;
|
||||
margin-left: 177px;
|
||||
}
|
||||
#legend {
|
||||
padding: 8px 0 8px 0;
|
||||
@@ -68,7 +69,12 @@ div.clear hr{
|
||||
#navcolumn {
|
||||
padding: 8px 4px 0 8px;
|
||||
}
|
||||
#navcolumn h5, #navcolumn ul {
|
||||
#navcolumn h5 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: small;
|
||||
}
|
||||
#navcolumn ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: small;
|
||||
@@ -133,6 +139,7 @@ div.clear hr{
|
||||
padding: 4px;
|
||||
}
|
||||
#footer {
|
||||
padding: 3px 10px 3px 10px;
|
||||
font-size: x-small;
|
||||
}
|
||||
#breadcrumbs {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
background: @UI_BODY_BACKGROUND@;
|
||||
color: @UI_BODY_FOREGROUND@;
|
||||
padding: 0px 0px 10px 0px;
|
||||
}
|
||||
|
||||
.contentBox h2 {
|
||||
@@ -37,6 +38,9 @@ div#banner {
|
||||
background: @UI_BANNER_BACKGROUND@;
|
||||
color: @UI_BANNER_FOREGROUND@;
|
||||
}
|
||||
#banner {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
#leftColumn {
|
||||
background: @UI_NAVCOL_BACKGROUND@;
|
||||
@@ -872,3 +876,6 @@ td.filebrowse h2 {
|
||||
#projectdocumentlist td.filebrowse-alt {
|
||||
padding-right: .75em;
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
body {
|
||||
padding: 0px 0px 10px 0px;
|
||||
}
|
||||
body, td, select, input, li{
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
@@ -96,3 +99,9 @@ dt.question {
|
||||
color: #900;
|
||||
background-color: #eee;
|
||||
}
|
||||
#organizationLogo img, #projectLogo img, #projectLogo span{
|
||||
margin: 8px;
|
||||
}
|
||||
#banner {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user