Skip to content

Commit 8b1826a

Browse files
Merge branch '1.0' of github.com:sulu/sulu-docs into 1.1
2 parents edf3afe + 088d0c4 commit 8b1826a

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

_themes/sulu/static/sulu.css_t

+9-20
Original file line numberDiff line numberDiff line change
@@ -310,19 +310,6 @@ div.sphinxsidebar #searchbox input[type="submit"] {
310310
}
311311

312312
/* Basics */
313-
h1, h2, h3, h4, h5, h6, ul, ol, p {
314-
margin-top: 0;
315-
margin-bottom: 0;
316-
}
317-
318-
.section > * {
319-
margin-top: 16px;
320-
}
321-
322-
323-
.section > *:first-child {
324-
margin-top: 0;
325-
}
326313

327314
ul {
328315
padding-left: 1.25em;
@@ -376,9 +363,15 @@ h6 {
376363
}
377364

378365
/* Figure */
379-
div.figure {
380-
margin: 0;
381-
padding: 0;
366+
.align-default,
367+
img.align-default,
368+
figure.align-default,
369+
table.align-default {
370+
margin-left: 0;
371+
margin-right: 0;
372+
padding-left: 0;
373+
margin-right: 0;
374+
text-align: left;
382375
}
383376

384377
/* Img */
@@ -404,10 +397,6 @@ table {
404397
max-width: 75ch;
405398
}
406399

407-
table.align-default {
408-
margin-left: 0;
409-
}
410-
411400
.sphinxsidebar code,
412401
.toctree-wrapper code
413402
{

0 commit comments

Comments
 (0)