Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls-frontend
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
happyhour7
2015-04-29 15:39:20 +0800
Commit
7a876de408253308f25b207120a21d0da1879963
1 parent
41d82794
tag页面BUG修正
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
web/comp.bat
web/sass/scss/media/_768_tag.scss
web/sass/scss/media/_whatever_tag.scss
web/comp.bat
View file @
7a876de
compass compile --force --trace --output-style compressed
\ No newline at end of file
spm build --idleading {{}} --include all
\ No newline at end of file
...
...
web/sass/scss/media/_768_tag.scss
View file @
7a876de
...
...
@@ -10,7 +10,7 @@
.tag-icon
{
@include
blockwh
(
22px
,
22px
);
background
:url
(
..
/
images
/
tag
.png
)
no-repeat
;
background
:url
(
..
/
assets
/
images
/
tag
.png
)
no-repeat
;
cursor
:pointer
;
float
:left
;
margin
:
12px
10px
0
50px
;
...
...
web/sass/scss/media/_whatever_tag.scss
View file @
7a876de
...
...
@@ -10,7 +10,7 @@
.tag-icon
{
@include
blockwh
(
22px
,
22px
);
background
:url
(
..
/
images
/
tag
.png
)
no-repeat
;
background
:url
(
..
/
assets
/
images
/
tag
.png
)
no-repeat
;
cursor
:pointer
;
float
:left
;
margin
:
20px
10px
0
50px
;
...
...
Please
register
or
login
to post a comment