projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c25f340
)
run tests on solutions; tune CSS for wider text
author
Ralf Jung
<post@ralfj.de>
Sun, 5 Jul 2015 15:28:23 +0000
(17:28 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sun, 5 Jul 2015 15:28:23 +0000
(17:28 +0200)
Makefile
patch
|
blob
|
history
docs/pycco_custom.css
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 01d7298aa64dc8bec4d0b12eebb1a96215d5d1c3..f59d575f8ebac5151e9cff3e4f87c4c52709df82 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-36,5
+36,5
@@
workspace/src/main.rs:
## Crates
crates: $(WORKSPACEFILES)
@cargo build
## Crates
crates: $(WORKSPACEFILES)
@cargo build
- @cd solutions && cargo build
@cd workspace && cargo build
@cd workspace && cargo build
+ @cd solutions && cargo build && cargo test
diff --git
a/docs/pycco_custom.css
b/docs/pycco_custom.css
index 28333e530d2ecd8469f428ce4337bc4168d27a13..94b70f3bae57509e87734a8c7a6b104c3e2798db 100644
(file)
--- a/
docs/pycco_custom.css
+++ b/
docs/pycco_custom.css
@@
-12,11
+12,22
@@
/*--------------------- Layout ----------------------------*/
body {
/*--------------------- Layout ----------------------------*/
body {
- font-family: 'aller-light', sans-serif;
+
font-family: 'aller-light', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
}
h1, h2, h3, h4, h5, h6 {
- line-height: 1.1em;
+ line-height: 1.1em;
+}
+
+div.docs {
+ max-width: 580px;
+ padding-left: 35px;
+}
+#background {
+ left: 640px;
+}
+div.code {
+ margin-left: 640px;
}
@media print {
}
@media print {