Skip to content

Commit d8385d1

Browse files
committed
fix gitignore
1 parent 8c31363 commit d8385d1

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ testem.log
1919
/.idea
2020
/.editorconfig
2121
/vendor/*
22-
!/vendor/app.css
23-
!/vendor/nested-sortable.js
22+
!/vendor/signout-link.css

vendor/signout-link.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.username {
2+
color: #FFF;
3+
font-weight: bold;
4+
}
5+
6+
.avatar {
7+
height:auto;
8+
width:auto;
9+
max-width:30px;
10+
max-height:30px;
11+
margin-top: -5px;
12+
}

0 commit comments

Comments
 (0)