Luna LMS

Check-in [bcc6f0ea5a]
Login

Check-in [bcc6f0ea5a]

Overview
Comment:Explicitly styled heading sizes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | view
Files: files | file ages | folders
SHA3-256: bcc6f0ea5adb8233ce13dbf77ae294d24a86e72a76d26c886b235002090cb17d
User & Date: florian 2024-04-09 15:24:38
Context
2024-04-10
09:25
Adjusted course schedule for medium displays. check-in: b4c50c8eeb user: florian tags: view
2024-04-09
15:25
Merged changes from view. check-in: ef00a8508e user: florian tags: beta
15:24
Explicitly styled heading sizes. check-in: bcc6f0ea5a user: florian tags: view
2024-04-04
19:29
Merged changes from database. check-in: d08bc590b7 user: florian tags: view
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to luna_lms/webapp.py.

154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171


























172
173
174
175
176
177
178
header h1 {
	margin: 0px ;
	display: table-cell ;
	vertical-align: bottom ;
	height: 5rem ;
	position: relative ;
	bottom: -0.56rem ;
	font-size: 1.48rem ;
}

.spacer {
	min-height: 1rem ;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 700 ;
}



























em {
	font-style: normal ;
}

.tooltip {
	display: block ;







<










>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







154
155
156
157
158
159
160

161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
header h1 {
	margin: 0px ;
	display: table-cell ;
	vertical-align: bottom ;
	height: 5rem ;
	position: relative ;
	bottom: -0.56rem ;

}

.spacer {
	min-height: 1rem ;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 700 ;
}

h1 {
	font-size: 1.48rem ;
}

h2 {
	font-size: 1rem ;
	margin-top: 0px ;
	margin-bottom: 2rem ;
}

h3 {
	font-size: 1rem ;
}

h4 {
	font-size: 1rem ;
}

h5 {
	font-size: 1rem ;
}

h6 {
	font-size: 1rem ;
}

em {
	font-style: normal ;
}

.tooltip {
	display: block ;