[damned-lies/bootstrap-5: 6/7] chore: autoindent css files
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/bootstrap-5: 6/7] chore: autoindent css files
- Date: Thu, 6 Oct 2022 08:28:14 +0000 (UTC)
commit d95e4d871562e8437b6d919f9f2b5b2bcac200bb
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date: Wed Oct 5 20:28:42 2022 +0200
chore: autoindent css files
common/static/css/difflib.css | 38 ++-
common/static/css/rtl.css | 45 +--
common/static/css/template.css | 620 +++++++++++++++++++++++------------------
3 files changed, 394 insertions(+), 309 deletions(-)
---
diff --git a/common/static/css/difflib.css b/common/static/css/difflib.css
index c061d89e..098d5bc2 100644
--- a/common/static/css/difflib.css
+++ b/common/static/css/difflib.css
@@ -1,26 +1,36 @@
table.diff {
- font-family: Cantarell;
- border: 1px solid #ccc;
+ font-family: Cantarell;
+ border: 1px solid #ccc;
}
/*.diff_header {background-color:#e0e0e0}*/ /* We use the class .djform - temaplate.css */
td.diff_header {
- text-align: center;
- padding: 5px 5px 0 5px;
+ text-align: center;
+ padding: 5px 5px 0 5px;
}
+
.diff_next {
- background-color:#d3d7cf;
- border: 1px solid #ccc;
+ background-color: #d3d7cf;
+ border: 1px solid #ccc;
+}
+
+.diff_add {
+ background-color: #aaffaa
+}
+
+.diff_chg {
+ background-color: #ffff77
+}
+
+.diff_sub {
+ background-color: #ffaaaa
}
-.diff_add {background-color:#aaffaa}
-.diff_chg {background-color:#ffff77}
-.diff_sub {background-color:#ffaaaa}
.diff tbody {
- font-family: monospace;
- font-size: 10px;
- border-color: #ccc;
- border-style: solid;
- border-width: 2px 1px 0px;
+ font-family: monospace;
+ font-size: 10px;
+ border-color: #ccc;
+ border-style: solid;
+ border-width: 2px 1px 0px;
}
diff --git a/common/static/css/rtl.css b/common/static/css/rtl.css
index ac004321..5962c4eb 100644
--- a/common/static/css/rtl.css
+++ b/common/static/css/rtl.css
@@ -1,39 +1,39 @@
body {
- direction: rtl;
+ direction: rtl;
}
-.maxwidth{
- text-align: right;
+.maxwidth {
+ text-align: right;
}
.float_right {
- float:left;
+ float: left;
}
table.stats thead th {
- text-align: right;
+ text-align: right;
}
.stats th {
- text-align: right;
- padding-right: 2px;
- padding-left: 2px;
+ text-align: right;
+ padding-right: 2px;
+ padding-left: 2px;
}
.stats td {
- padding-right: 2px;
- padding-left: 2px;
+ padding-right: 2px;
+ padding-left: 2px;
}
.stats td.left {
- text-align: right;
+ text-align: right;
}
.stats td.leftcell {
text-align: right;
}
-.membership{
+.membership {
text-align: right;
}
@@ -47,7 +47,7 @@ div.maintainer {
}
div.mainpage {
- width:100%;
+ width: 100%;
text-align: right;
margin-left: auto;
margin-right: auto;
@@ -55,7 +55,7 @@ div.mainpage {
div.docimages {
display: inline;
- margin-right:110px;
+ margin-right: 110px;
}
div#authenticated {
@@ -97,26 +97,29 @@ img.people {
margin-right: 95px;
}
-.djform {
-padding: 0;
+.djform {
+ padding: 0;
}
/* Keep footer the same.These overwrite .maxwidth*/
#footer div.links > div > ul > li {
- text-align: left;
+ text-align: left;
}
+
#footnotes {
- text-align: left;
+ text-align: left;
}
/* Vertimus detail */
/* ========================================================================== */
div.release_link {
- float: left;
+ float: left;
}
+
div.uploaded_file {
- float: left;
+ float: left;
}
+
div.face_image {
- float: right;
+ float: right;
}
diff --git a/common/static/css/template.css b/common/static/css/template.css
index 3079b804..3b85cf2f 100644
--- a/common/static/css/template.css
+++ b/common/static/css/template.css
@@ -4,58 +4,66 @@
/* ========================================================================== */
a {
- color: #204a87;
+ color: #204a87;
}
+
.left {
- float: left;
+ float: left;
}
+
.right {
- float: right;
+ float: right;
}
+
.hidden {
- display: none;
+ display: none;
}
+
.clear {
- clear: both;
+ clear: both;
}
+
ol {
- list-style:decimal;
+ list-style: decimal;
}
+
ul {
- list-style:square;
+ list-style: square;
}
+
p, dd, .action_box, ul, ol {
- margin: 0.4em 0 1em;
+ margin: 0.4em 0 1em;
}
/* Text classes */
/* ========================================================================== */
.highlight {
- background: yellow;
+ background: yellow;
}
-.help{
- font-size: 12px;
- color: #888a85;
+.help {
+ font-size: 12px;
+ color: #888a85;
}
.more {
- cursor: pointer;
- white-space: nowrap;
- text-decoration: underline;
+ cursor: pointer;
+ white-space: nowrap;
+ text-decoration: underline;
}
code {
- background: #ececec;
- background: rgba(0,0,0,0.1);
- padding: 1px;
+ background: #ececec;
+ background: rgba(0, 0, 0, 0.1);
+ padding: 1px;
}
+
.about_qlinks dt {
- font-size: 18px;
- color: #CE5C00;
- font-weight: normal;
- text-align: left;
+ font-size: 18px;
+ color: #CE5C00;
+ font-weight: normal;
+ text-align: left;
}
/* Page Title */
@@ -63,40 +71,44 @@ code {
#content h1 {
- margin: 10px 0 20px;
- border-bottom: 1px solid #d3d7cf;
- text-shadow: 0 1px 0 #fff;
- line-height: normal;
- letter-spacing: -0.04em;
+ margin: 10px 0 20px;
+ border-bottom: 1px solid #d3d7cf;
+ text-shadow: 0 1px 0 #fff;
+ line-height: normal;
+ letter-spacing: -0.04em;
}
+
#content h1 a {
- text-decoration: none;
- color: #4a86cf;
+ text-decoration: none;
+ color: #4a86cf;
}
+
#content h1 a:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
/* Separators */
/* ========================================================================== */
hr {
- border: 0 #ccc solid;
- border-top-width: 1px;
- clear: both;
- height: 0;
- margin: 20px 0;
+ border: 0 #ccc solid;
+ border-top-width: 1px;
+ clear: both;
+ height: 0;
+ margin: 20px 0;
}
+
hr.top_shadow,
hr.bottom_shadow {
- height: 25px;
- background: url(../img/hr-shadow.png) no-repeat bottom;
- background-size: contain;
- border: 0;
- margin: 40px 0;
+ height: 25px;
+ background: url(../img/hr-shadow.png) no-repeat bottom;
+ background-size: contain;
+ border: 0;
+ margin: 40px 0;
}
+
hr.bottom_shadow {
- transform: rotate(180deg);
+ transform: rotate(180deg);
}
@@ -106,172 +118,195 @@ hr.bottom_shadow {
/* Statistics table */
table.stats {
- width: 100%;
- margin: 10px 0;
- background: #fff;
- border: 1px solid #ccc;
- border-collapse: collapse;
- border-radius: 4px;
+ width: 100%;
+ margin: 10px 0;
+ background: #fff;
+ border: 1px solid #ccc;
+ border-collapse: collapse;
+ border-radius: 4px;
}
+
table.stats thead th {
- text-align: left;
- padding-top: 5px;
- padding-bottom: 5px;
- background: linear-gradient(to top, #f9f9f9, #ececec);
- white-space: nowrap;
+ text-align: left;
+ padding-top: 5px;
+ padding-bottom: 5px;
+ background: linear-gradient(to top, #f9f9f9, #ececec);
+ white-space: nowrap;
}
+
table.stats th,
table.stats td {
- border: 1px solid #ccc;
- border-left: 0;
- border-right: 0;
- padding: 5px 8px;
+ border: 1px solid #ccc;
+ border-left: 0;
+ border-right: 0;
+ padding: 5px 8px;
}
+
table.stats tbody tr:hover {
- background: #ececec;
+ background: #ececec;
}
+
table.stats th img,
table.stats td img {
- vertical-align: middle;
+ vertical-align: middle;
}
+
table.stats tfoot {
- background: #f4f4f4;
- background: linear-gradient(to top, #f4f4f4, #fff);
+ background: #f4f4f4;
+ background: linear-gradient(to top, #f4f4f4, #fff);
}
+
td.supported {
- color: #ffffff;
- background-color: green;
+ color: #ffffff;
+ background-color: green;
}
+
td.partially {
- background-color: orange;
+ background-color: orange;
}
+
td.not_supported {
}
+
table.stats td.fuzzy {
- background-color: #eee8aa;
+ background-color: #eee8aa;
}
/* Compact text stats */
pre.stats {
- display: inline;
- white-space: pre;
- font-family: monospace;
- font-size: 11px;
- background-color: transparent;
- border: none;
+ display: inline;
+ white-space: pre;
+ font-family: monospace;
+ font-size: 11px;
+ background-color: transparent;
+ border: none;
}
+
.num1 {
- color: #4e9a06;
+ color: #4e9a06;
}
+
.num2 {
- color: #ce5c00;
+ color: #ce5c00;
}
+
.num3 {
- color: #a40000;
+ color: #a40000;
}
+
#stats_po {
- padding: 5px 0 10px 5px;
- font-size: 15px;
- font-weight: bold;
- color: #ce5c00;
+ padding: 5px 0 10px 5px;
+ font-size: 15px;
+ font-weight: bold;
+ color: #ce5c00;
}
/* Used in vertimus_detail */
div#vertimus_stats {
- line-height: 1.3em;
+ line-height: 1.3em;
}
+
div#vertimus_stats pre.stats {
- white-space: normal;
- font-family: sans-serif;
- font-size: 13px;
+ white-space: normal;
+ font-family: sans-serif;
+ font-size: 13px;
}
/* Graphic stats */
.graph {
- width: 100px;
- height: 9px;
- background: #ccc;
- overflow: hidden;
- position: relative;
- border-radius: 10px;
- box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
- margin-top: 5px;
+ width: 100px;
+ height: 9px;
+ background: #ccc;
+ overflow: hidden;
+ position: relative;
+ border-radius: 10px;
+ box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
+ margin-top: 5px;
}
+
div.graphinline {
- width: 100px;
- display: inline-block;
+ width: 100px;
+ display: inline-block;
}
+
.graph div {
- display: block;
- float: left;
- height: 9px;
+ display: block;
+ float: left;
+ height: 9px;
}
+
.graph .translated {
- background: #73d216;
- background: -linear-gradient(to top, #73d216, #66bb14);
+ background: #73d216;
+ background: -linear-gradient(to top, #73d216, #66bb14);
}
+
.graph .fuzzy {
- background: #5688c9;
- background: linear-gradient(to top, #ff840d, #e37000);
+ background: #5688c9;
+ background: linear-gradient(to top, #ff840d, #e37000);
}
+
.graph .untranslated {
- background: #ff1b1b;
- background: linear-gradient(to top, #ff1b1b, #cc0000);
+ background: #ff1b1b;
+ background: linear-gradient(to top, #ff1b1b, #cc0000);
}
/* Download button */
.download_button {
- padding: 3px 0 0 22px;
- display: inline-block;
- text-decoration: underline;
- line-height: 20px;
- background: transparent url(../img/download.png) no-repeat left;
+ padding: 3px 0 0 22px;
+ display: inline-block;
+ text-decoration: underline;
+ line-height: 20px;
+ background: transparent url(../img/download.png) no-repeat left;
}
/* Multi column lists */
.column_container ul {
- margin-top: 0;
- list-style: none;
+ margin-top: 0;
+ list-style: none;
}
+
.column_box li {
- border: 1px solid #ccc;
- background: #fff;
- padding: 4px 8px;
- list-style: none;
- margin: 8px 5px;
- box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
- border-radius: 3px;
+ border: 1px solid #ccc;
+ background: #fff;
+ padding: 4px 8px;
+ list-style: none;
+ margin: 8px 5px;
+ box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
+ border-radius: 3px;
}
+
.column_box li a {
- text-decoration: none;
+ text-decoration: none;
}
+
.column_box li a:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
/* Person details */
/* Used in people/person_list */
.person_list {
- padding-left: 65px;
- margin-bottom: 12px;
- clear: left;
+ padding-left: 65px;
+ margin-bottom: 12px;
+ clear: left;
}
.person_list .name {
- font-size: 110%;
+ font-size: 110%;
}
.person_list img {
- height: 48px;
- float: left;
- margin-left: -65px;
+ height: 48px;
+ float: left;
+ margin-left: -65px;
}
+
/*
.person_detail {
display: block;
@@ -279,92 +314,109 @@ div.graphinline {
}*/
.person_detail .image,
.person_detail .txt {
- display: table-cell;
- vertical-align: top;
+ display: table-cell;
+ vertical-align: top;
}
+
.person_detail .image {
- padding-right: 15px;
+ padding-right: 15px;
}
+
.person_detail .txt .name {
- font-weight: 400;
+ font-weight: 400;
}
+
.person_detail .txt .email {
- color: #999;
- text-decoration: none;
+ color: #999;
+ text-decoration: none;
}
+
.person_detail .txt .email:hover {
- text-decoration: underline;
+ text-decoration: underline;
+}
+
+form#delete-token:hover span {
+ display: inline !important;
}
-form#delete-token:hover span { display: inline !important; }
/* Icon button */
.icon_button {
- background: #eeeeec;
- border: 1px solid #babdb6;
- padding: 4px 12px;
- margin-bottom: 5px;
- display: inline-block;
- line-height: 16px;
+ background: #eeeeec;
+ border: 1px solid #babdb6;
+ padding: 4px 12px;
+ margin-bottom: 5px;
+ display: inline-block;
+ line-height: 16px;
- font-size: 13px;
- font-weight: normal;
+ font-size: 13px;
+ font-weight: normal;
- border-radius: 4px;
- box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
+ border-radius: 4px;
+ box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
}
+
.icon_button:hover,
.icon_button:focus {
- outline: 0;
- background: #f4f4f4;
+ outline: 0;
+ background: #f4f4f4;
}
+
.icon_button:active {
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* Stats show */
.stats_show .path {
- margin-top: -0.2em;
- color: #999;
- font-size: 18px;
+ margin-top: -0.2em;
+ color: #999;
+ font-size: 18px;
}
+
.stats_show .pot_information {
- font-size: 13px;
- margin: 0;
+ font-size: 13px;
+ margin: 0;
}
+
.stats_show .notices {
- background: #ececec;
- padding: 15px;
- margin-top: 10px;
- margin-bottom: -10px;
- overflow: auto;
+ background: #ececec;
+ padding: 15px;
+ margin-top: 10px;
+ margin-bottom: -10px;
+ overflow: auto;
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
+
.stats_show .notices h4 {
- margin-top: 0;
+ margin-top: 0;
}
+
.stats_show .notices pre {
- margin: 0;
- font-size: 12px;
+ margin: 0;
+ font-size: 12px;
}
+
table.stats thead tr .header {
- background: #eeeeee url(../img/bg.gif) no-repeat center right;
- background: url(../img/bg.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
- cursor: pointer;
- padding-right: 1.2em;
+ background: #eeeeee url(../img/bg.gif) no-repeat center right;
+ background: url(../img/bg.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
+ cursor: pointer;
+ padding-right: 1.2em;
}
+
table.stats thead tr .headerSortUp {
- background: #eeeeee url(../img/asc.gif) no-repeat center right;
- background: url(../img/asc.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
+ background: #eeeeee url(../img/asc.gif) no-repeat center right;
+ background: url(../img/asc.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
}
+
table.stats thead tr .headerSortDown {
- background: #eeeeee url(../img/desc.gif) no-repeat center right;
- background: url(../img/desc.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
+ background: #eeeeee url(../img/desc.gif) no-repeat center right;
+ background: url(../img/desc.gif) no-repeat center right, linear-gradient(to top, #f9f9f9, #ececec);
}
+
table.stats th.headerNoSort {
- background-color: #eeeeee;
+ background-color: #eeeeee;
}
/* Vertimus detail */
@@ -373,187 +425,207 @@ table.stats th.headerNoSort {
/* Vertimus action box */
.vertimus_action {
- background: #eeeeee;
- background: linear-gradient(to top, #f9f9f9, #ececec);
- margin: 1em 0 1.5em;
- border: solid #ddd 1px;
+ background: #eeeeee;
+ background: linear-gradient(to top, #f9f9f9, #ececec);
+ margin: 1em 0 1.5em;
+ border: solid #ddd 1px;
}
+
.vertimus_action_head {
- border-bottom: solid #ddd 1px;
- padding: 0.5em 12px;
+ border-bottom: solid #ddd 1px;
+ padding: 0.5em 12px;
}
+
.vertimus_action_content {
- padding: 1em 12px 0;
+ padding: 1em 12px 0;
}
+
.vertimus_action_comment {
- font-family: monospace;
+ font-family: monospace;
}
div.release_link {
- float: right;
- font-size: small;
- margin: 54px 5px 0 0;
+ float: right;
+ font-size: small;
+ margin: 54px 5px 0 0;
}
+
div.uploaded_file {
- float: right;
- padding: 1px;
- margin: -10px 0 0 5px;
- max-width: 50%;
+ float: right;
+ padding: 1px;
+ margin: -10px 0 0 5px;
+ max-width: 50%;
}
+
div.face_image {
- float: left;
- margin: 0 10px 0 0;
+ float: left;
+ margin: 0 10px 0 0;
}
+
div.face_image img {
- max-height: 50px;
- max-width: 50px;
+ max-height: 50px;
+ max-width: 50px;
}
+
.right_actions {
- float: right;
- border: 1px solid rgba(0,0,0,.15);
- padding: 5px 25px 0 0;
- border-radius: 2px;
+ float: right;
+ border: 1px solid rgba(0, 0, 0, .15);
+ padding: 5px 25px 0 0;
+ border-radius: 2px;
}
+
.right_actions ul {
- list-style: none;
+ list-style: none;
}
+
.right_actions a {
- text-decoration: none;
- color: #333;
+ text-decoration: none;
+ color: #333;
}
+
.right_actions a:hover {
- text-decoration: underline;
+ text-decoration: underline;
}
div.docimages {
- display: inline;
- margin-left: 8px;
+ display: inline;
+ margin-left: 8px;
}
+
/* Vertimus action form*/
.diff_header,
.djform {
- margin-top: 10px;
- padding: 5px 20px;
- border: 1px solid #ccc;
+ margin-top: 10px;
+ padding: 5px 20px;
+ border: 1px solid #ccc;
- background: #eeeeee;
- background: linear-gradient(to top, #f9f9f9, #ececec);
- border-radius: 2px;
+ background: #eeeeee;
+ background: linear-gradient(to top, #f9f9f9, #ececec);
+ border-radius: 2px;
}
+
.djform textarea {
- width: 100%;
- min-height: 130px;
- font: inherit;
- font-family: monospace;
- padding: 10px;
- resize: vertical;
-}
-.djform td {
- padding: 3px 4px 0 0;
- font-size: 12px;
- color: #555753;
+ width: 100%;
+ min-height: 130px;
+ font: inherit;
+ font-family: monospace;
+ padding: 10px;
+ resize: vertical;
}
+
+.djform td {
+ padding: 3px 4px 0 0;
+ font-size: 12px;
+ color: #555753;
+}
+
.djform th {
- vertical-align: top;
- padding: 5px 10px 0 0;
- text-align: left;
+ vertical-align: top;
+ padding: 5px 10px 0 0;
+ text-align: left;
}
/* Miscellaneous */
img.action_icons {
- width: 20px;
- height: 20px;
- float: right;
- margin: 0 2px;
+ width: 20px;
+ height: 20px;
+ float: right;
+ margin: 0 2px;
}
-.helptext{
- font-size: 12px;
- color: #000;
+.helptext {
+ font-size: 12px;
+ color: #000;
}
.error {
- font-style: italic;
- color: #666666;
+ font-style: italic;
+ color: #666666;
}
.errornote {
- color: #fff;
- text-align: center;
- font-weight: bold;
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
- border: 1px solid #eee;
- padding: 5px;
- background: #7fa7d4;
+ color: #fff;
+ text-align: center;
+ font-weight: bold;
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
+ border: 1px solid #eee;
+ padding: 5px;
+ background: #7fa7d4;
- border-radius: 5px;
- box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
+ border-radius: 5px;
+ box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
}
+
.errornote.error {
- background-color: red;
+ background-color: red;
}
ul.errorlist {
- list-style: none;
- margin: 0.5em 0;
- padding: 0;
+ list-style: none;
+ margin: 0.5em 0;
+ padding: 0;
}
.errorlist li {
- color: red;
- font-size: 15px !important;
- font-weight: bold;
- display: block;
- padding: 4px 5px 4px 25px;
- margin: 0 0 3px 0;
+ color: red;
+ font-size: 15px !important;
+ font-weight: bold;
+ display: block;
+ padding: 4px 5px 4px 25px;
+ margin: 0 0 3px 0;
}
.help_link a {
- border-bottom: 0 !important;
+ border-bottom: 0 !important;
}
+
.help_link img {
- vertical-align:top;
- padding: 2px 5px;
+ vertical-align: top;
+ padding: 2px 5px;
}
+
img.screenshot {
- max-width: 550px;
- border: 0;
+ max-width: 550px;
+ border: 0;
}
div#hide-show {
- text-align: right;
- float:right;
+ text-align: right;
+ float: right;
}
/*show a foot logo instead of dots in some lists*/
ul.foot li {
- list-style-image: url(../img/foot-16.png);
+ list-style-image: url(../img/foot-16.png);
}
/* About page */
/* ========================================================================== */
#about_page .about_qlinks dt {
- font-size: 16px;
- font-weight: bold;
+ font-size: 16px;
+ font-weight: bold;
}
/* Custom media queries and Bootstrap overwrite rules for Damned Lies */
/* ========================================================================== */
-.col-centered{
- float: none;
- margin: 0 auto;
+.col-centered {
+ float: none;
+ margin: 0 auto;
}
+
.no-padding {
- padding: 0 !important;
- margin: 0 !important;
+ padding: 0 !important;
+ margin: 0 !important;
}
+
.no-decoration {
- text-decoration: none;
+ text-decoration: none;
}
+
.table-responsive {
- border: none;
+ border: none;
}
@@ -562,21 +634,21 @@ ul.foot li {
@media screen and (max-width: 767px) {
- h1, #content h1 {
- font-size: 23px;
- }
+ h1, #content h1 {
+ font-size: 23px;
+ }
- h2 {
- font-size: 20px;
- }
+ h2 {
+ font-size: 20px;
+ }
- .dropdown-menu.login_popup_form {
- color: #ffffff;
- }
+ .dropdown-menu.login_popup_form {
+ color: #ffffff;
+ }
- .navbar-default .navbar-header .icons {
- margin: 2px 20px 0;
- }
+ .navbar-default .navbar-header .icons {
+ margin: 2px 20px 0;
+ }
}
#user_profile_image > img {
@@ -584,5 +656,5 @@ ul.foot li {
}
.list-group-item svg {
- width: 1.5rem;
+ width: 1.5rem;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]