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
305f6c82
Commit
305f6c82
authored
Sep 19, 2013
by
RawKStar77
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjusted code style acording to Randall's suggestions.
parent
6f84cc73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
22 deletions
+14
-22
common.scss
h/css/common.scss
+12
-15
site.scss
h/css/site.scss
+2
-7
No files found.
h/css/common.scss
View file @
305f6c82
...
...
@@ -174,10 +174,10 @@ button, input[type=submit], .btn {
//FLASH/TOAST/ALERTS///////////////////////////////
.toast
,
.annotator-notice
{
@include
border-radius
(
0
.1em
);
@include
border-radius
(
.1em
);
@include
smallshadow
;
@include
single-transition
(
opacity
,
.2s
);
padding
:
0
.3em
;
padding
:
.3em
;
font-family
:
$sansFontFamily
;
border
:
solid
1px
;
bottom
:
18%
;
...
...
@@ -297,7 +297,7 @@ blockquote {
font-family
:
$serifFontFamily
;
font-size
:
1em
;
margin-bottom
:
1em
;
padding
:
0
0
.8em
;
padding
:
0
.8em
;
&
:before
,
&
:after
{
color
:
$grayLighter
;
...
...
@@ -518,7 +518,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
.highlighter-icon
{
...
...
@@ -528,7 +527,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
.commenter-icon
{
...
...
@@ -538,7 +536,6 @@ blockquote {
bottom
:
1px
;
left
:
3px
;
position
:
absolute
;
// text-shadow: -0.1em -0.1em #999;
}
//VISIBILITY
...
...
@@ -695,7 +692,7 @@ blockquote {
padding-top
:
3
.5em
;
.domain
{
margin
:
0
.2em
0
0
.3em
;
margin
:
.2em
0
.3em
;
}
.domain
.favicon
{
...
...
@@ -852,7 +849,7 @@ blockquote {
white-space
:
nowrap
;
margin-top
:
0
;
margin-bottom
:
0
;
font-size
:
0
.95em
;
font-size
:
.95em
;
}
.indicators
{
...
...
@@ -923,7 +920,7 @@ blockquote {
position
:
relative
;
.go-icon
{
position
:
absolute
;
top
:
0
.33em
;
top
:
.33em
;
}
.share-div
{
margin-left
:
1
.5em
;
...
...
@@ -966,8 +963,8 @@ blockquote {
.button_controls
{
margin-left
:
1em
;
margin-right
:
1em
;
margin-bottom
:
0
.5em
;
margin-top
:
0
.5em
;
margin-bottom
:
.5em
;
margin-top
:
.5em
;
}
.stream-list
{
...
...
@@ -1090,12 +1087,12 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
}
.annotation-header-border
{
padding
:
0
.5em
;
padding
:
.5em
;
overflow
:
hidden
;
}
.annotation-header-width
{
padding
:
0
.2em
;
padding
:
.2em
;
overflow
:
hidden
;
}
...
...
@@ -1171,7 +1168,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
position
:
relative
;
right
:
2px
;
font-size
:
12px
;
opacity
:
0
.8
;
opacity
:
.8
;
&
:hover
{
opacity
:
1
;
}
...
...
@@ -1218,7 +1215,7 @@ h3.stream {
}
.small-inner
{
margin
:
0px
0
.5em
0px
1em
;
margin
:
0px
.5em
0px
1em
;
}
.search-container
{
...
...
h/css/site.scss
View file @
305f6c82
...
...
@@ -76,7 +76,7 @@ ol {
.topbar
{
position
:
relative
;
.inner
{
padding-left
:
0
.6em
;
padding-left
:
.6em
;
margin
:
0
auto
;
max-width
:
$break-large
;
@include
respond-to
(
tablets
)
{
...
...
@@ -84,13 +84,8 @@ ol {
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
;
padding
:
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