# HG changeset patch # User Sean Farley # Date 2014-11-01 03:02:24 # Node ID d188d646c0fa2b6b009d02b5edbee13576558f20 # Parent 603a53c56cdc04263627a8d1606106a3ab21824c css: add some padding between the file, folder, or submodule icon and its text diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -3051,6 +3051,11 @@ table.code-browser .submodule-dir { text-align: left; } +/* add some padding to the right of the file, folder, or submodule icon and +before the text */ +table.code-browser i[class^='icon-'] { + padding-right: .3em; +} .box .search { clear: both;