[static-web] wiki: Add a CSS class for the Newcomer's progress bar
- From: Tom Tryfonidis <tomtryf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [static-web] wiki: Add a CSS class for the Newcomer's progress bar
- Date: Wed, 30 Nov 2016 13:05:22 +0000 (UTC)
commit d65048e5a5680bd0241d81a671ac8623edd15123
Author: Tom Tryfonidis <tomtryf gnome org>
Date: Wed Nov 30 15:04:43 2016 +0200
wiki: Add a CSS class for the Newcomer's progress bar
wiki.gnome.org/gnome/css/layout.css | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/wiki.gnome.org/gnome/css/layout.css b/wiki.gnome.org/gnome/css/layout.css
index 330e0be..05d4c44 100644
--- a/wiki.gnome.org/gnome/css/layout.css
+++ b/wiki.gnome.org/gnome/css/layout.css
@@ -329,6 +329,11 @@ div.table-of-contents ol ol {
color: #1c4171 !important;
}
+/* remove the margin between the images of the Newcomer's progress bar. */
+.progress-bar li a {
+ margin: 0px;
+}
+
/* Used in Apps Template */
.app-header {
@@ -403,9 +408,13 @@ div.table-of-contents ol ol {
text-align: center;
}
- .app-header img {
+ .app-header img {
display: block;
margin-left: auto;
margin-right: auto;
}
+ .progress-bar li a {
+ margin: 0px;
+ width: 50px;
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]