diff options
author | 2018-09-10 05:31:35 -0700 | |
---|---|---|
committer | 2018-09-10 05:31:35 -0700 | |
commit | 20412533d94b62ec1cf9885c6dc36f4a78293e53 (patch) | |
tree | c6f858b98b69de949361e1f5a3f1098f76af0297 | |
parent | Add GSOC logo and use it in front page post (diff) | |
download | www-20412533d94b62ec1cf9885c6dc36f4a78293e53.tar.gz www-20412533d94b62ec1cf9885c6dc36f4a78293e53.tar.bz2 www-20412533d94b62ec1cf9885c6dc36f4a78293e53.zip |
Remove backround coloring for devaway explaintions.
Begin revising formatting.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | inside-gentoo/developers/index.html | 4 | ||||
-rw-r--r-- | inside-gentoo/developers/unavailable-developers.html | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/inside-gentoo/developers/index.html b/inside-gentoo/developers/index.html index 18a827a..312dc8d 100644 --- a/inside-gentoo/developers/index.html +++ b/inside-gentoo/developers/index.html @@ -26,8 +26,8 @@ layout: page-nav3 </p> <p> - <span class="bg-success">[g]</span> indicates developers with commit access to <kbd>repo/gentoo.git</kbd> repository. - <span class="bg-danger">[a]</span> indicates developers that are <a href="unavailable-developers.html">away</a>! + <span class="text-success">[g]</span> indicates developers with commit access to <kbd>repo/gentoo.git</kbd> repository. + <span class="text-danger">[a]</span> indicates developers that are <a href="unavailable-developers.html">away</a>! </p> <table class="table table-striped"> diff --git a/inside-gentoo/developers/unavailable-developers.html b/inside-gentoo/developers/unavailable-developers.html index e03a186..6699216 100644 --- a/inside-gentoo/developers/unavailable-developers.html +++ b/inside-gentoo/developers/unavailable-developers.html @@ -14,16 +14,16 @@ layout: page-nav3 --- <p> - <strong>These developers are currently not available.</strong> + <strong>The following developers are currently not available.</strong> Data updated at {{ 'now' | date: "%c" }}. </p> <p> - Colors indicate how long since the devaway was set: - <span class="bg-success">up to 14 days</span>; - <span class="bg-info">up to 2 months</span>; - <span class="bg-warning">up to 6 months</span>; - <span class="bg-danger">more than 6 months</span>. + Colors indicate how long since the developer's ~/.away file was set: + <span class="text-success">up to 14 days</span>; + <span class="text-info">up to 2 months</span>; + <span class="text-warning">up to 6 months</span>; + <span class="text-danger">more than 6 months</span>. </p> <table class="table"> |