evaluating if it's better to modify the script or style everything
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index 80e5cc8..3c7a7b1 100644 (file)
@@ -201,30 +201,39 @@ td, th {
 /* Page Footer
 ---------------------------------------------------------------------------- */
 
+.page_footer,
+.site-footer {
+  width: 100%;
+  background: var(--bg-alt);
+}
+
 .page_footer {
+  height: 40px;
   position: absolute;
   left: 0;
   bottom: 0;
-  width: 100%;
-  height: 80px;
-  line-height: 80px;
+  line-height: 40px;
   margin-top: 15px;
-  background: var(--bg-alt);
   border-top: 2px solid var(--border);
   border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {
+  background-color: var(--accent);
   color: var(--fg);
+  text-align: right;
   display: inline;
-  float: left;
-  margin-left: 25px;
-  width: 80%;
+  float: right;
+  width: calc(100% - 2em);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
+.site-footer {
+
+}
+
 a.rss_logo {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);