X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=gitweb.css;h=c57d577b656d065a4320af69c4aff1168bdccafc;hb=refs%2Fheads%2Fmaster;hp=5fca47a6b46cdb29a307c418dad1fea88fe8093a;hpb=43655069c99f01d9a8c0fca16ff09d2b06060e84;p=m6w6%2Fgitweb-theme diff --git a/gitweb.css b/gitweb.css index 5fca47a..65458de 100644 --- a/gitweb.css +++ b/gitweb.css @@ -99,6 +99,16 @@ td, th { display: none; } +#generating_info { + font-size: 10px; + color: #aaa; + text-align: center; +} + +#generating_time, #generating_cmd { + font-weight: bold; +} + /* Page Header ---------------------------------------------------------------------------- */ @@ -162,6 +172,10 @@ td, th { display: inline; float: left; margin-left: 25px; + width: 80%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } a.rss_logo {