Skip to content

Commit

Permalink
Merge branch '2.2' of github.com:sulu/sulu-docs into 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed May 21, 2024
2 parents 8e3e839 + 83942b2 commit c209e6c
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions _themes/sulu/static/sulu.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -310,19 +310,6 @@ div.sphinxsidebar #searchbox input[type="submit"] {
}

/* Basics */
h1, h2, h3, h4, h5, h6, ul, ol, p {
margin-top: 0;
margin-bottom: 0;
}

.section > * {
margin-top: 16px;
}


.section > *:first-child {
margin-top: 0;
}

ul {
padding-left: 1.25em;
Expand Down Expand Up @@ -376,9 +363,15 @@ h6 {
}

/* Figure */
div.figure {
margin: 0;
padding: 0;
.align-default,
img.align-default,
figure.align-default,
table.align-default {
margin-left: 0;
margin-right: 0;
padding-left: 0;
margin-right: 0;
text-align: left;
}

/* Img */
Expand All @@ -404,10 +397,6 @@ table {
max-width: 75ch;
}

table.align-default {
margin-left: 0;
}

.sphinxsidebar code,
.toctree-wrapper code
{
Expand Down

0 comments on commit c209e6c

Please sign in to comment.