Commit cf1b104e by Gabriel Falcão

more css adjusts on documentation

parent 6911f701
...@@ -11,7 +11,7 @@ pre { ...@@ -11,7 +11,7 @@ pre {
-moz-border-radius:3px 3px 3px 3px; -moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px; -webkit-border-radius:3px 3px 3px 3px;
border-radius:3px 3px 3px 3px; border-radius:3px 3px 3px 3px;
float:right; float:left;
padding:1em; padding:1em;
width:35em; width:35em;
} }
...@@ -125,6 +125,7 @@ padding:.8em 1em .8em; margin: 1em 0; background-color: #E8FFE8; ...@@ -125,6 +125,7 @@ padding:.8em 1em .8em; margin: 1em 0; background-color: #E8FFE8;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
border-radius:3px 3px 3px 3px; border-radius:3px 3px 3px 3px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3); box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
float:left;
} }
.admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important} .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 !important}
.admonition .last { margin-bottom:0 !important} .admonition .last { margin-bottom:0 !important}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment