diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-01 01:05:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-01 01:05:49 +0900 |
| commit | 668e5646bdb162cccd309ebbd7017cbd9237de6f (patch) | |
| tree | f3a34343304c32855231b4488eb47a22f2d9f316 /src | |
| parent | [Server] Fix bug (diff) | |
| download | sharkey-668e5646bdb162cccd309ebbd7017cbd9237de6f.tar.gz sharkey-668e5646bdb162cccd309ebbd7017cbd9237de6f.tar.bz2 sharkey-668e5646bdb162cccd309ebbd7017cbd9237de6f.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/timeline-post.tag | 4 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 3f07db85f9..2945f6b098 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -174,8 +174,8 @@ margin 0 0 0 8px padding 1px 6px font-size 12px - color #bbb - border solid 1px #eee + color #aaa + border solid 1px #ddd border-radius 3px > .username diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index b641149aef..dce23b0112 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -160,8 +160,8 @@ margin 0 0 0 8px padding 1px 6px font-size 12px - color #bbb - border solid 1px #eee + color #aaa + border solid 1px #ddd border-radius 3px > .username |