From e902da6595fd746440fe120b047a95b5f78fb451 Mon Sep 17 00:00:00 2001 From: Ali Ayas Date: Wed, 26 Feb 2014 11:40:15 +0200 Subject: [PATCH] Improve code view Now it's more similar to GitHub --- src/main/webapp/assets/common/css/gitbucket.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 01c96b414..83359a044 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -464,10 +464,9 @@ ul#commit-file-list li.border { li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 { list-style-type: decimal; background: white; -} - -li.L1, li.L3, li.L5, li.L7, li.L9 { - background: #f5f5f5; + border-left: 1px solid #E5E5E5; + padding-left: 10px; + color: rgba(0, 0, 0, 0.3); } pre.blob {