aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/app.css
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-09 17:04:10 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-09 17:04:10 +0100
commitbc54871dac7ef10102edecf91a747d6595a4640f (patch)
tree4cf4aaf0875497359534a9521ba785a7476fa7a5 /src/main/webapp/apps/app.css
parent8f027c74517e1cf2c8fc13f86da80e8e8f1c0148 (diff)
downloadesper-testing-bc54871dac7ef10102edecf91a747d6595a4640f.tar.gz
esper-testing-bc54871dac7ef10102edecf91a747d6595a4640f.tar.bz2
esper-testing-bc54871dac7ef10102edecf91a747d6595a4640f.tar.xz
esper-testing-bc54871dac7ef10102edecf91a747d6595a4640f.zip
o Adding basic build list in the front page application.
Diffstat (limited to 'src/main/webapp/apps/app.css')
-rwxr-xr-x[-rw-r--r--]src/main/webapp/apps/app.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/webapp/apps/app.css b/src/main/webapp/apps/app.css
index 5ffd104..3088282 100644..100755
--- a/src/main/webapp/apps/app.css
+++ b/src/main/webapp/apps/app.css
@@ -1,4 +1,7 @@
/*
+ * Badges
+ */
+/*
bronze = #8c7853
bronze ii = #a67d3d
*/
@@ -7,6 +10,20 @@
.badge-level-2 { background-color: silver; color: #000000 }
.badge-level-3 { background-color: #ffd700; color: #000000 }
+/*
+ * Avatar
+ */
+
+/* This has to match the Gravatar image */
+.avatar80 {
+ width: 80px;
+ height: 80px;
+}
+
+/*
+ *
+ */
+
#content {
background-color: #ffffff;
padding-bottom: 60px;