summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-21 00:29:11 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-21 00:29:11 +0200
commit3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed (patch)
treef1ea3ad25f9ba78f805b2699449af5f5ef88a565
parent0b8b6a317654dce2aa8c7ec5bf55717f624af14f (diff)
downloadcgit-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.tar.gz
cgit-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.tar.bz2
cgit-3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed.zip
css: make column headings bold
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index b14f77e..95c3e40 100644
--- a/cgit.css
+++ b/cgit.css
@@ -60,7 +60,7 @@ table.list tr.nohover:hover {
}
table.list th {
- font-weight: normal;
+ font-weight: bold;
border-bottom: solid 1px #777;
padding: 0.1em 0.5em 0.1em 0.5em;
vertical-align: baseline;
020-05-04 01:03:04 +0200'>2020-05-04Update README.mdRené 'Necoro' Neumann1-3/+4 2020-05-04Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2-7/+3 2020-05-04when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann1-3/+4 for the images 2020-05-03Better handling of embedded images with relative urlsRené 'Necoro' Neumann1-13/+27 2020-05-03Slightly enhance loggingRené 'Necoro' Neumann1-4/+4 2020-05-03Explicit version infoRené 'Necoro' Neumann4-12/+15 2020-05-03--version flagRené 'Necoro' Neumann1-0/+6 2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3