Skip to content

Commit 6817953

Browse files
committed
Done for now
1 parent 1d00f50 commit 6817953

File tree

6 files changed

+210
-210
lines changed

6 files changed

+210
-210
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ bower_components
66
*.sublime-project
77
*.sublime-workspace
88
/.sass-cache
9+
/archives

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ deps:
99
bower install
1010
bundle install
1111

12+
local-compass:
13+
compass watch --debug-info --trace
14+
1215
local:
1316
node_modules/docpad/bin/docpad server --silent --offline
1417

@@ -21,7 +24,8 @@ static: generate
2124
cd out/ && python -m SimpleHTTPServer 9778
2225

2326
package: generate
24-
tar cfz static-${DATE}.tar.gz out/
27+
-mkdir -p archives/
28+
tar cfz archives/static-${DATE}.tar.gz out/
2529

2630
lint:
2731
node_modules/gulp/bin/gulp.js lint

sass/_WPDlanding.scss

-4
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ h3 {
311311
background: #263C81 url("/assets/arch.jpg") top center repeat-x;
312312
margin: 3em 0;
313313
padding: 1em 0 1em;
314-
color: #fff;
315314
h1 {
316315
text-align: center;
317316
color: #fff;
@@ -334,9 +333,6 @@ h3 {
334333
border-bottom: 4px solid rgba(0,0,0,0.2);
335334
text-align: center;
336335
}
337-
a, a:link, a:visited {
338-
color: white;
339-
}
340336
@media screen and (min-width: 480px) {
341337
a, a:link, a:visited {
342338
font-size: 120%;

src/documents/assets/css/discuss.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/documents/assets/css/landing.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)