##// END OF EJS Templates
Removed translated email templates attachments_added and document_added (no longer usefull)....
Removed translated email templates attachments_added and document_added (no longer usefull). git-svn-id: http://redmine.rubyforge.org/svn/trunk@834 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r649:1e28f7758f2d
r823:dead6a28f81c
Show More
html.css
74 lines | 977 B | text/css | LassoCssLexer
Jean-Philippe Lang
english help translation added...
r41 body {
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416 background: #FFFFFF;
Jean-Philippe Lang
english help translation added...
r41 font: 0.8em Verdana,Tahoma,Arial,sans-serif;
}
h1, h2, h3, h4, h5 {
color: #800000;
font-family: sans-serif;
}
Jean-Philippe Lang
Added svn:eol-style native property for various files...
r416
table {
font-size: 1em;
}
a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}
a:hover{
color: #800000;
text-decoration:underline;
background-color:inherit;
}
a img{border:none;}
.screenshot {
text-align: center;
}
.guilabel {
font-weight: bold;
}
Jean-Philippe Lang
english help translation added...
r41
span.term {
font-weight: bold;
}
div.sidebar {
background: #F0F0F0;
border: 1px solid gray;
padding: 5px;
margin: 20px;
}
pre.programlisting {
background: #F0F0F0;
border: 1px solid gray;
padding: 2px;
font-size: 10pt;
white-space: pre;
}
Jean-Philippe Lang
updated css for online help...
r201
Jean-Philippe Lang
Added wiki syntax to online help....
r649 code.code {
padding: 2px;
font-size: 10pt;
white-space: pre;
}
Jean-Philippe Lang
updated css for online help...
r201 li p {
margin-top: 3px;
margin-bottom: 3px;
}
div.toc dt {
margin-bottom:4px;
}
.chapter {
display:block;
margin-top:2em;
}