Changeset - d188d646c0fa
[Not reviewed]
default
0 1 0
Sean Farley - 11 years ago 2014-11-01 03:02:24
sean.michael.farley@gmail.com
css: add some padding between the file, folder, or submodule icon and its text
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)