mirror of
https://github.com/moparisthebest/davmail
synced 2024-12-13 19:22:22 -05:00
Doc: fix site style
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@778 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
636eaeafd7
commit
7e0bf8c3cb
@ -1,43 +1,50 @@
|
||||
/* You can override this file with your own styles */
|
||||
.externalLink img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.section h2, .section h3 {
|
||||
border:0;
|
||||
background: transparent;
|
||||
color:black;
|
||||
font-size:17px;
|
||||
}
|
||||
.section h2 {
|
||||
border-bottom:1px solid;
|
||||
padding:1px;
|
||||
}
|
||||
.section h3 {
|
||||
background:#ECECEC;
|
||||
font-size:15px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.section p {
|
||||
padding-left:15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.section table {
|
||||
margin-left:10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.small {
|
||||
font-size:9px;
|
||||
}
|
||||
.source {
|
||||
overflow:auto;
|
||||
}
|
||||
.floatLeft {
|
||||
float:left;
|
||||
}
|
||||
.notype {
|
||||
list-style-type:none;
|
||||
margin-left:10px;
|
||||
padding-left:0;
|
||||
/* You can override this file with your own styles */
|
||||
body {
|
||||
background:#F1FAFF url(../images/inner-gd.png) repeat-x scroll 0 0;
|
||||
}
|
||||
#breadcrumbs {
|
||||
background-color: white;
|
||||
border:0;
|
||||
}
|
||||
.externalLink img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.section h2, .section h3 {
|
||||
border:0;
|
||||
background: transparent;
|
||||
color:black;
|
||||
font-size:17px;
|
||||
}
|
||||
.section h2 {
|
||||
border-bottom:1px solid;
|
||||
padding:1px;
|
||||
}
|
||||
.section h3 {
|
||||
background:#ECECEC;
|
||||
font-size:15px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.section p {
|
||||
padding-left:15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.section table {
|
||||
margin-left:10px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.small {
|
||||
font-size:9px;
|
||||
}
|
||||
.source {
|
||||
overflow:auto;
|
||||
}
|
||||
.floatLeft {
|
||||
float:left;
|
||||
}
|
||||
.notype {
|
||||
list-style-type:none;
|
||||
margin-left:10px;
|
||||
padding-left:0;
|
||||
}
|
BIN
src/site/resources/images/inner-gd.png
Normal file
BIN
src/site/resources/images/inner-gd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 B |
@ -6,7 +6,7 @@
|
||||
|
||||
<bannerLeft>
|
||||
<name>SourceForge</name>
|
||||
<src>http://sflogo.sourceforge.net/sflogo.php?group_id=184600&type=12</src>
|
||||
<src>http://sflogo.sourceforge.net/sflogo.php?group_id=184600&type=13</src>
|
||||
<href>http://sourceforge.net/projects/davmail</href>
|
||||
</bannerLeft>
|
||||
<poweredBy>
|
||||
|
Loading…
Reference in New Issue
Block a user