Skip to content

Commit b5e9c66

Browse files
authored
Update steps CSS (#899)
* Update common styles Updates stepikcontent.css. * Update wysiwyg styles Updates wysiwyg.css.
1 parent 3d2e107 commit b5e9c66

File tree

2 files changed

+242
-113
lines changed

2 files changed

+242
-113
lines changed

Stepic/stepikcontent.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -75,56 +75,34 @@ body {
7575
}
7676

7777
h1 {
78-
text-align: center;
7978
font-size: var(--h1-font-size);
8079
}
8180

8281
h2 {
83-
text-align: center;
8482
font-size: var(--h2-font-size);
8583
}
8684

8785
h3 {
88-
text-align: center;
8986
font-size: var(--h3-font-size);
9087
}
9188

9289
blockquote {
93-
font-style: italic;
94-
margin-left: 32px;
95-
border-left: 4px solid #ccc;
96-
padding-left: 8px;
9790
font-size: var(--blockquote-font-size);
9891
}
9992

10093
a {
10194
color: var(--link-color);
10295
}
10396

104-
img {
105-
max-width: 100%;
106-
}
107-
10897
iframe {
10998
max-width: 100%;
11099
}
111100

112101
body table {
113-
border-collapse: collapse;
114-
border-spacing: 0;
115-
margin: 0;
116-
padding: 0;
117102
background-color: var(--table-background-color);
118103
border: 1px solid var(--table-border-color);
119104
}
120105

121106
body table tr:nth-of-type(even) {
122107
background-color: var(--table-background-color-even);
123108
}
124-
125-
body table tr td {
126-
padding: 0.5625em 0.625em;
127-
line-height: inherit;
128-
color: inherit;
129-
font-size: inherit;
130-
}

0 commit comments

Comments
 (0)