Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
bbc846cb
Commit
bbc846cb
authored
Mar 16, 2014
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
combine app + common topbar, remove unused classes
parent
b90b71ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
39 deletions
+10
-39
app.scss
h/css/app.scss
+0
-22
common.scss
h/css/common.scss
+10
-9
sidebar.scss
h/css/sidebar.scss
+0
-8
No files found.
h/css/app.scss
View file @
bbc846cb
...
...
@@ -94,28 +94,6 @@ ol {
}
}
.topbar
{
position
:
fixed
;
.inner
{
margin
:
0
auto
;
max-width
:
$break-medium
;
padding-left
:
3
.6em
;
padding-right
:
3
.6em
;
@include
respond-to
(
tablets
desktops
)
{
padding-left
:
3
.6em
;
padding-right
:
3
.6em
;
margin
:
0
auto
;
max-width
:
$break-medium
;
}
@include
respond-to
(
wide-handhelds
handhelds
)
{
padding-left
:
0
.9em
;
padding-right
:
0
.9em
;
margin
:
0
auto
;
max-width
:
$break-medium
;
}
}
}
.user
{
font-weight
:
bold
;
font-size
:
1
.1em
;
...
...
h/css/common.scss
View file @
bbc846cb
...
...
@@ -594,11 +594,15 @@ blockquote {
}
}
.inner
>
*
{
margin-right
:
8px
;
&
:last-child
{
margin-right
:
0
;
.inner
{
margin
:
0
auto
;
max-width
:
$break-medium
;
padding-left
:
3
.6em
;
padding-right
:
3
.6em
;
@include
respond-to
(
wide-handhelds
handhelds
)
{
padding-left
:
.9em
;
padding-right
:
.9em
;
}
&
.pull-right
{
...
...
@@ -606,10 +610,7 @@ blockquote {
font-family
:
$sansFontFamily
;
}
&
.search-upper
{
padding
:
0
;
padding-top
:
1px
;
}
&
>
*
{
margin
:
0
4px
;
}
}
}
...
...
h/css/sidebar.scss
View file @
bbc846cb
...
...
@@ -38,12 +38,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
-webkit-overflow-scrolling
:
touch
;
}
.topbar
{
.inner
{
margin
:
0
8px
0
8px
;
}
}
.bottombar
{
position
:
fixed
;
bottom
:
0px
;
...
...
@@ -105,8 +99,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.user-picker
{
padding
:
0
.5em
;
.avatar
{
border-radius
:
2px
;
}
...
...
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