Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
.row-fluid .no-gutter {
2
	margin-left: 0px;
3
}
4
 
5
footer {
6
	text-align: center;
7
	margin: 30px 0;
8
}
9
 
10
#editor {
11
	width: 50%;
12
	height: 400px;
13
	float: left;
14
	clear: left;
15
	position: relative;
16
	font-family: "source-code-pro";
17
	font-size: 14px;
18
}
19
 
20
.preview-pane {
21
	border: 3px solid #ccc;
22
}
23
 
24
.controls {
25
	float: left;
26
	clear: left;
27
	width: 50%;
28
	padding-top: 10px;
29
}
30
 
31
#template {
32
	width: 250px;
33
}
34
 
35
.tweet-buttons {
36
	float: left;
37
	margin-right: 40px;
38
	padding-top: 8px;
39
}
40
 
41
.source {
42
	font-family: "source-code-pro", Courier;
43
	font-size: 14px;
44
}
45
 
46
.controls .alert {
47
	float: left;
48
}