Skip to content
This repository was archived by the owner on Apr 12, 2020. It is now read-only.

Commit 1316892

Browse files
author
alexandresalome
committed
add CSS for pathcrumb
1 parent 6cf90f1 commit 1316892

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Resources/public/css/all.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ span.git-author {
160160
color: #444444;
161161
background-color: #efefef;
162162
padding: 0 0.3em 0 0.6em;
163+
}
163164

164165
.blame td.line-content pre {
165166
border: 0
@@ -190,3 +191,21 @@ span.git-author {
190191
background-color: black;
191192
color: white;
192193
}
194+
195+
/** Tree **/
196+
197+
.pathcrumb {
198+
list-style-type: none;
199+
margin: 0;
200+
font-size;: 1.5em;
201+
line-heig;ht: 1.5em;
202+
font-family: tellural;
203+
}
204+
205+
.pathcrumb li {
206+
display: inline-block;
207+
}
208+
209+
.pathcrumb li.pull-right {
210+
line-height: 2em;
211+
}

0 commit comments

Comments
 (0)