aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/docs.css
diff options
context:
space:
mode:
authorDi Peng2011-07-20 19:27:59 -0700
committerIgor Minar2011-07-26 14:21:13 -0700
commitbee78a84922da51de647af96fe86f75b1322d3d9 (patch)
treecc407ce8733d782a2b5d08df025a410e8f500c06 /docs/src/templates/docs.css
parentf3e04fbd6a3ce9d84dec5052233a0712c2273859 (diff)
downloadangular.js-bee78a84922da51de647af96fe86f75b1322d3d9.tar.bz2
feat(docs): add a changelog link to the footer
Diffstat (limited to 'docs/src/templates/docs.css')
-rw-r--r--docs/src/templates/docs.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css
index 71144edf..681da96c 100644
--- a/docs/src/templates/docs.css
+++ b/docs/src/templates/docs.css
@@ -80,10 +80,20 @@ li {
#footer {
clear: both;
padding: 2em 4em 1em;
- text-align: right;
font-size: 12px;
}
+#copyright {
+ float:right;
+ text-align: right;
+}
+
+#version {
+ margin-top: -1.2em;
+ margin-left: -2em;
+ margin-right: 0.5em;
+ color: #251BE0;
+}
/*----- navigation styles -----*/