index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
less
/
ui
/
bread.less
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'public/ng/less/ui/bread.less')
-rw-r--r--
public/ng/less/ui/bread.less
18
1 files changed, 0 insertions, 18 deletions
diff --git a/public/ng/less/ui/bread.less b/public/ng/less/ui/bread.less
deleted file mode 100644
index 9e96eb43..00000000
--- a/
public/ng/less/ui/bread.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "var";
-
-.breads {
- .bread {
- &:after {
- content: "/";
- font-weight: bold;
- margin: 0 4px 0 7px;
- color:@breadColor;
- }
- }
- .bread:last-child {
- &:after {
- content: "";
- margin: 0;
- }
- }
-} \ No newline at end of file