Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
#19 center diff text.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmariano committed Nov 4, 2014
1 parent 8691245 commit 5f28859
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions lib/bill-diff/styles.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#bill-diff
margin: 0 auto;
max-width: 1100px;
padding: 0 30px;

.text
border-radius: 6px;
Expand All @@ -18,13 +17,13 @@

&.collapse
margin: 0;
width: 600px
width: 500px
.side-view
left: 560px;
left: 460px;

//FIXME: unify with side view.
.side-view .side-container .text-container .text.collapse
width: 365px
width: 500px
padding:10px
opacity: 1

Expand Down
5 changes: 3 additions & 2 deletions lib/boot/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ header
.site-content
background: #f8f8f8
position: fixed
overflow-y: scroll
overflow-y: scroll;
overflow-x: hidden;
left: 266px
top: 0px
right: 0
Expand Down Expand Up @@ -146,7 +147,7 @@ header
bottom: 0;

#homepage
margin: 0 60px;
margin: 0 20px;

aside.nav
top: 0
Expand Down
1 change: 0 additions & 1 deletion lib/side-view/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.text-container
position: absolute
background-color: #ffffff
width: 300px
display: block
left: 46px
border-radius: 6px;
Expand Down

0 comments on commit 5f28859

Please sign in to comment.