Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rendezvous
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
rendezvous
Commits
a0f94c8a
Commit
a0f94c8a
authored
Jul 29, 2014
by
kiiita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windowsで文字が潰れる問題を修正&Stockの数にJSを当てることを一時的に排除
parent
b7abde9d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
17 deletions
+7
-17
app/assets/stylesheets/basic.css.scss
+1
-2
app/assets/stylesheets/flow.css.scss
+1
-2
app/assets/stylesheets/stock.css.scss
+4
-4
app/views/flow/show.html.slim
+1
-1
app/views/stock/show.html.slim
+0
-8
No files found.
app/assets/stylesheets/basic.css.scss
View file @
a0f94c8a
...
...
@@ -13,8 +13,7 @@ p, h1, h2, h3, h4, h5, h6, span {
background-color
:
transparent
;
color
:
$main-color
;
font-family
:
'Quicksand'
;
font-weight
:
300
;
letter-spacing
:
0
;
border
:
1px
solid
$main-color
;
border
:
1
.5
px
solid
$main-color
;
padding
:
4px
6px
;
}
app/assets/stylesheets/flow.css.scss
View file @
a0f94c8a
...
...
@@ -57,13 +57,12 @@
background-color
:
#aaa
;
padding-top
:
3px
;
font-family
:
'Quicksand'
;
font-weight
:
300
;
}
.label-tag
{
background-color
:
#e67e22
;
padding-top
:
4px
;
font-weight
:
1
00
;
font-weight
:
3
00
;
}
.post-show-wrapper
{
...
...
app/assets/stylesheets/stock.css.scss
View file @
a0f94c8a
...
...
@@ -23,15 +23,15 @@
.stock-wrapper
{
margin-top
:
15px
;
.odometer
{
position
:
relative
;
bottom
:
2px
;
}
h1
{
color
:
#fff
;
small
{
color
:
#f8f8f8
;
}
.odometer
{
position
:
relative
;
bottom
:
2px
;
}
}
.list-group
{
box-shadow
:
0
0
0
#fff
;
...
...
app/views/flow/show.html.slim
View file @
a0f94c8a
...
...
@@ -2,7 +2,7 @@
.row.flow-wrapper
.numbers-wrapper
.col-xs-4
label
.numbers
Post
s
label
.numbers
Stock
s
p
=
Post
.
count
.col-xs-4
label
.numbers
Users
...
...
app/views/stock/show.html.slim
View file @
a0f94c8a
...
...
@@ -4,7 +4,6 @@
.panel.stock-wrapper
.panel-heading
h1
#odometer
.odometer
0
|
Stocks
small
-
保存・蓄積された記事
.panel-body
...
...
@@ -13,10 +12,3 @@
-
cache
(
'tag-tree'
,
:expires_in
=>
1
.
hour
)
do
.list-group
=
Tag
.
posts_exist
.
decorate
.
tree_view
javascript:
$
(
document
).
ready
(
function
()
{
setTimeout
(
function
(){
$
(
'.odometer'
).
html
(
#{
Post
.
count
}
);
//数字は最後の数値
},
1000
);
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment