Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9880fd8

Browse files
authored
Remove the procedure class and update the theme (#5570)
* Remove the procedure class and update the theme * Bump theme once more
1 parent 1facf0a commit 9880fd8

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/magento-devdocs/devdocs-theme.git
3-
revision: d2a43eecfe4fcf0586cc08ebe342bd9d5de8b41f
3+
revision: 84a3ed7f0df264a2c2086167efbd7d0545d329c4
44
specs:
5-
devdocs (3)
5+
devdocs (4)
66
jekyll (>= 3.3)
77

88
GEM

common/css/devdocs.css

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
/* Banner on top of the site header */
12
.message-banner {
23
margin: 0;
34
padding: 10px;
45
}
56

7+
/* Banner on top of the page for older versions */
8+
.message-banner.version-banner {
9+
margin-bottom: 15px;
10+
}
11+
12+
/* Info box on when the page was updated */
613
.page-updated {
714
margin: 0 0 10px 0;
815
color: #767676;
@@ -13,6 +20,7 @@
1320
width: 18px;
1421
height: 18px;
1522
}
23+
1624
/* Reference styles */
1725
.ref-list {
1826
margin-bottom: 2.5em;
@@ -22,19 +30,9 @@
2230
font-weight:500;
2331
}
2432

25-
/* Paragraph that represents a beginning of a procedure - should have an ordered list of steps following */
26-
.procedure {
27-
font-weight: bold;
28-
margin-left: 1.0em;
29-
}
30-
3133
/* Paragraph that introduces important reference information (e.g., Related topics, Next step, Previous step), but does not qualify as a proper heading. Mimics the current H3 style */
3234
.ref-header {
3335
font-weight: bold;
3436
font-size: 1.3em;
3537
margin: 1.5em 0 0.5em 0;
3638
}
37-
38-
.message-banner.version-banner {
39-
margin-bottom: 15px;
40-
}

0 commit comments

Comments
 (0)