fixed path file_source style to match files_tree view

This commit is contained in:
Liviu 2019-06-05 06:45:21 +00:00
parent 30739c0afa
commit de07e75f22
2 changed files with 49 additions and 43 deletions

View file

@ -407,7 +407,6 @@ div.codeblock {
overflow: auto;
padding: 0px;
border: @border-thickness solid @grey6;
background: @grey7;
.border-radius(@border-radius);
#remove_gist {
@ -497,7 +496,14 @@ div.codeblock {
}
.codeblock-header {
border-bottom: 1px solid #eaeaea;
background: @grey7;
height: 36px;
}
.path {
border-bottom: 1px solid @grey6;
padding: .65em 1em;
height: 18px;
}
}