File: style.css

package info (click to toggle)
openorienteering-mapper 0.9.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 67,132 kB
  • sloc: cpp: 114,710; ansic: 1,455; sh: 430; java: 240; xml: 140; sed: 64; makefile: 28
file content (27 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
 * Beware that Qt Assistant (QTextBrowser) supports only a limited set of 
 * HTML/CSS: http://qt-project.org/doc/qt-5/richtext-html-subset.html
 */

#projectlogo 
{
	float:right;
}
 
#titlearea
{
	margin-bottom: 2px;
}
    
.title
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: xx-large;
	font-weight: bold;
}

a.el
{
	font-weight: bold;
}