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 */
|
/* You can override this file with your own styles */
|
||||||
.externalLink img {
|
body {
|
||||||
vertical-align: middle;
|
background:#F1FAFF url(../images/inner-gd.png) repeat-x scroll 0 0;
|
||||||
}
|
}
|
||||||
.section h2, .section h3 {
|
#breadcrumbs {
|
||||||
border:0;
|
background-color: white;
|
||||||
background: transparent;
|
border:0;
|
||||||
color:black;
|
}
|
||||||
font-size:17px;
|
.externalLink img {
|
||||||
}
|
vertical-align: middle;
|
||||||
.section h2 {
|
}
|
||||||
border-bottom:1px solid;
|
.section h2, .section h3 {
|
||||||
padding:1px;
|
border:0;
|
||||||
}
|
background: transparent;
|
||||||
.section h3 {
|
color:black;
|
||||||
background:#ECECEC;
|
font-size:17px;
|
||||||
font-size:15px;
|
}
|
||||||
font-weight:bold;
|
.section h2 {
|
||||||
}
|
border-bottom:1px solid;
|
||||||
.section p {
|
padding:1px;
|
||||||
padding-left:15px;
|
}
|
||||||
}
|
.section h3 {
|
||||||
|
background:#ECECEC;
|
||||||
|
font-size:15px;
|
||||||
|
font-weight:bold;
|
||||||
.section table {
|
}
|
||||||
margin-left:10px;
|
.section p {
|
||||||
border-collapse: collapse;
|
padding-left:15px;
|
||||||
}
|
}
|
||||||
.small {
|
|
||||||
font-size:9px;
|
|
||||||
}
|
|
||||||
.source {
|
.section table {
|
||||||
overflow:auto;
|
margin-left:10px;
|
||||||
}
|
border-collapse: collapse;
|
||||||
.floatLeft {
|
}
|
||||||
float:left;
|
.small {
|
||||||
}
|
font-size:9px;
|
||||||
.notype {
|
}
|
||||||
list-style-type:none;
|
.source {
|
||||||
margin-left:10px;
|
overflow:auto;
|
||||||
padding-left:0;
|
}
|
||||||
|
.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>
|
<bannerLeft>
|
||||||
<name>SourceForge</name>
|
<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>
|
<href>http://sourceforge.net/projects/davmail</href>
|
||||||
</bannerLeft>
|
</bannerLeft>
|
||||||
<poweredBy>
|
<poweredBy>
|
||||||
|
Loading…
Reference in New Issue
Block a user