diff --git a/default.tpl b/default.tpl
index eed2e9b..b494ea2 100644
--- a/default.tpl
+++ b/default.tpl
@@ -190,7 +190,7 @@ $(function(){
[folder panel]
- {.breadcrumbs|{::} .}
+ {.breadcrumbs|{::} .}
{.if|%number%|
@@ -306,7 +306,7 @@ button { background-color: #bcd; color: #444; padding: .5em 1em; border: transpa
body { font-family:tahoma, verdana, arial, helvetica, sans; transition:background-color 1s ease; color:#777; }
a { text-decoration:none; color:#357; border:1px solid transparent; padding:0 0.1em; }
#folder-path { float:left; margin-bottom: 0.2em; }
-#folder-path button { padding: .4em; }
+#folder-path button { padding: .4em .6em; border-radius:.7em; }
#folder-path button:first-child { padding: .2em .4em;} #folder-path i.fa { font-size:135% }
button i.fa { font-size:110% }
.item { margin-bottom:.3em; padding:.3em .8em; border-top:1px solid #ddd; }
diff --git a/main.pas b/main.pas
index 8fae336..51be0db 100644
--- a/main.pas
+++ b/main.pas
@@ -36,8 +36,8 @@ uses
HSlib, traylib, monoLib, progFrmLib, classesLib;
const
- VERSION = '2.4 beta4';
- VERSION_BUILD = '306';
+ VERSION = '2.4 beta5';
+ VERSION_BUILD = '307';
VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF};
CURRENT_VFS_FORMAT :integer = 1;
CRLF = #13#10;