From 3343f826b0fbc84f3c9f09ab4ac0e4acb53076f6 Mon Sep 17 00:00:00 2001 From: Robert Lail Date: Tue, 8 Nov 2011 09:40:47 -0600 Subject: [PATCH] style the sorted header with an arrow indicating which direction the contents are being sorted. --- public/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index b546cd6..ae54d90 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -820,3 +820,5 @@ table.errs tr td.message .inline_comment em.commenter { color: #777; } +.current.asc:after { content: ' ↑'; } +.current.desc:after { content: ' ↓'; } \ No newline at end of file -- libgit2 0.21.2