##// END OF EJS Templates
Added Swedish translation supplied by Thomas Habets....
Added Swedish translation supplied by Thomas Habets. English email templates suffix removed so that they are used when translated template is not available. git-svn-id: http://redmine.rubyforge.org/svn/trunk@553 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r416:f7d514125165
r550:4a20ece43ea1
Show More
html.css
68 lines | 900 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
li p {
margin-top: 3px;
margin-bottom: 3px;
}
div.toc dt {
margin-bottom:4px;
}
.chapter {
display:block;
margin-top:2em;
}