forked from robotframework/robotframework.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmall-screens.css
More file actions
127 lines (98 loc) · 1.36 KB
/
Copy pathsmall-screens.css
File metadata and controls
127 lines (98 loc) · 1.36 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
padding-left: 0;
padding-right: 0;
}
h1 {
font-size: 2em;
}
.row:first-child {
padding-top: 0;
}
#header {
margin-bottom: 0;
}
#main-logo {
display: none;
}
#main-headers hr {
margin: 0;
}
#main-headers .slogan {
font-size: 1em;
}
.navbar {
height: auto;
}
.navbar .nav > li > a {
padding: 3px 2px;
}
.divider-vertical {
display: none;
}
.nav li {
font-size: 0.7em;
}
#architecture-image-modal {
width: 560px;
}
.carousel-inner .item {
height: auto;
overflow: none;
}
.carousel-inner .item .column {
min-height: 0;
}
.caption.margin {
padding-right: 0;
}
.item .column.two-thirds {
width: 100%;
}
.item .column.one-thirds {
width: 100%;
}
.item .column.three-quarters {
width: 100%;
}
.item .column.one-quarters {
width: 100%;
}
.item .column.half {
width: 100%;
height: auto;
}
.links > a {
display: block;
width: 100%;
line-height: 1.5em;
}
.introduction-text {
width: 100%;
}
.introduction-buttons {
margin-right: 5em;
}
.introduction-buttons a {
text-decoration: none;
}
.button hr {
display: none;
}
.introduction-buttons .button {
display: block;
float: none;
margin: 0 auto 0.2em auto;
text-align: center;
}
.carousel-control {
display: none;
}
.carousel-inner .item {
margin: 0;
}
.carousel-inner .item .column {
min-height: auto;
}
#support .row-header {
line-height: 1em;
}