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
6f84cc73
Commit
6f84cc73
authored
Sep 11, 2013
by
RawKStar77
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bugs identified by Dan.
parent
79a6824a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
3 deletions
+22
-3
common.scss
h/css/common.scss
+6
-2
sidebar.scss
h/css/sidebar.scss
+3
-1
site.scss
h/css/site.scss
+13
-0
No files found.
h/css/common.scss
View file @
6f84cc73
...
...
@@ -164,7 +164,11 @@ button, input[type=submit], .btn {
//Notifications///////////////////////////////
.notifications
{
padding
:
1em
1em
1em
1em
;
padding
:
1em
0em
1em
1em
;
.paper
{
border
:
1px
solid
#75b8f3
;
}
}
...
...
@@ -293,7 +297,7 @@ blockquote {
font-family
:
$serifFontFamily
;
font-size
:
1em
;
margin-bottom
:
1em
;
padding
:
0
1
em
;
padding
:
0
0
.8
em
;
&
:before
,
&
:after
{
color
:
$grayLighter
;
...
...
h/css/sidebar.scss
View file @
6f84cc73
...
...
@@ -134,7 +134,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-list
{
margin-right
:
3
.85em
;
box-shadow
:
0px
0px
5
px
#b5d4ff
;
box-shadow
:
1px
1px
9
px
#b5d4ff
;
}
.top-padding
{
...
...
@@ -146,6 +146,8 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
.notif-text
{
font-family
:
$sansFontFamily
;
position
:
relative
;
bottom
:
2px
;
}
}
...
...
h/css/site.scss
View file @
6f84cc73
...
...
@@ -76,11 +76,24 @@ ol {
.topbar
{
position
:
relative
;
.inner
{
padding-left
:
0
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
@include
respond-to
(
tablets
)
{
padding-left
:
3
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
}
// @include respond-to(wide-handhelds tablets) {
// padding-left: 3.6em;
// margin: 0 auto;
// max-width: $break-large;
// }
@include
respond-to
(
handhelds
)
{
padding
:
0
0
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
}
}
}
...
...
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