Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
5cceeb6e
Unverified
Commit
5cceeb6e
authored
May 19, 2020
by
Knepherbird
Committed by
GitHub
May 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: correct property typo
Correcting 'box-sizeing' to 'box-sizing'
parent
81fc1ecc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
style.css
cps/static/css/style.css
+2
-2
No files found.
cps/static/css/style.css
View file @
5cceeb6e
...
...
@@ -109,7 +109,7 @@ a { color: #45b29d; }
.container-fluid
.book
.cover
img
{
border
:
1px
solid
#fff
;
box-siz
e
ing
:
border-box
;
box-sizing
:
border-box
;
height
:
100%
;
bottom
:
0
;
position
:
absolute
;
...
...
@@ -165,7 +165,7 @@ span.glyphicon.glyphicon-tags {
.container-fluid
.single
.cover
img
{
border
:
1px
solid
#fff
;
box-siz
e
ing
:
border-box
;
box-sizing
:
border-box
;
-webkit-box-shadow
:
0
5px
8px
-6px
#777
;
-moz-box-shadow
:
0
5px
8px
-6px
#777
;
box-shadow
:
0
5px
8px
-6px
#777
;
...
...
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