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
83a927f3
Commit
83a927f3
authored
May 31, 2012
by
Randall Leeds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style hints from new mockups
parent
cfcfd810
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
site.scss
hypothesis/sass/site.scss
+3
-8
No files found.
hypothesis/sass/site.scss
View file @
83a927f3
...
...
@@ -24,7 +24,7 @@ article {
body
{
background-image
:
url('../images/noise_1.png')
;
color
:
$gray
;
color
:
$gray
-light
;
font-family
:
"Georgia"
,
"Gentium Basic"
,
"Times New Roman"
,
serif
;
font-size
:
$font-size
/
$em
;
font-smoothing
:
antialiased
;
...
...
@@ -33,6 +33,7 @@ body {
}
h1
,
h2
,
h3
,
h4
{
color
:
darken
(
$gray-light
,
15%
);
margin
:
.33em
0
;
}
...
...
@@ -40,12 +41,6 @@ h1, form {
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
h3
{
border-bottom-style
:
solid
;
border-color
:
$gray-light
;
border-width
:
.1em
;
}
label
{
font-weight
:
bold
;
}
...
...
@@ -152,7 +147,7 @@ span.error {
#content
{
@include
box-shadow
(
desaturate
(
$yellow
,
75%
)
0
0
.5em
);
border
:
lighten
(
$gray-light
,
30%
)
solid
thin
;
background-color
:
lighten
(
$gray-lighter
,
2
%
);
background-color
:
lighten
(
$gray-lighter
,
3
%
);
font-size
:
(
$font-size
+
2
)
/
$font-size
*
1em
;
}
...
...
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