Skip to content

Commit dee8018

Browse files
committed
Move inline CSS to stylesheet
1 parent 50346bb commit dee8018

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_includes/unmaintained.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<p style="color: #c61a1a; font-size: 125%">
1+
<p class="warning">
22
This translation of www.ruby-lang.org is unmaintained
33
and might contain obsolete information or even errors.
44
Please refer to the <a href="/en/">original English site</a>
55
for the most up-to-date content.
66
</p>
7-
<p style="color: #c61a1a; font-size: 125%">
7+
<p class="warning">
88
If you want to contribute and help improve this site,
99
please visit the <a href="https://github.com/ruby/www.ruby-lang.org/">project's page on GitHub</a>.
1010
</p>

stylesheets/shared.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ body {
6464
#footer {
6565
clear: both;
6666
}
67+
.warning {
68+
color: #c61a1a;
69+
font-size: 125%;
70+
}
6771

6872

6973
/* layouts */

0 commit comments

Comments
 (0)