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:
a43cc90
)
better mobile version
author
Ralf Jung
<post@ralfj.de>
Mon, 24 Aug 2015 08:53:36 +0000
(10:53 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 24 Aug 2015 08:53:36 +0000
(10:53 +0200)
docs/pycco_custom.css
patch
|
blob
|
history
diff --git
a/docs/pycco_custom.css
b/docs/pycco_custom.css
index 5c97b861416775b29541bfec3bbef7874b548cf8..643a7e394afa2cde655ea7f1de8dfbeab0056ba5 100644
(file)
--- a/
docs/pycco_custom.css
+++ b/
docs/pycco_custom.css
@@
-35,26
+35,44
@@
div.code {
margin-left: 640px;
}
margin-left: 640px;
}
+
+h1, h2, h3, h4, h5, h6 {
+ margin-top: 20px;
+}
+div.docs p {
+ margin-bottom: 5px;
+}
+div.code {
+ padding-top: 5px;
+ padding-bottom: 3px;
+}
+
@media print {
#background {
background: none;
border: none;
}
@media print {
#background {
background: none;
border: none;
}
- h1, h2, h3, h4, h5, h6 {
- margin-top: 20px;
- }
div.docs {
max-width: 99%;
padding-left: 0px;
padding-right: 0px;
}
div.docs {
max-width: 99%;
padding-left: 0px;
padding-right: 0px;
}
- div.docs p {
- margin-bottom: 5px;
+ div.code {
+ margin: 0px;
+ clear: both;
+ }
+}
+
+@media screen and (max-width:1000px) {
+ #background {
+ background: none;
+ border: none;
+ }
+ div.docs {
+ max-width: 99%;
}
div.code {
margin: 0px;
}
div.code {
margin: 0px;
- padding-top: 2px;
- padding-bottom: 5px;
clear: both;
}
}
clear: both;
}
}