summaryrefslogtreecommitdiff
path: root/sublab_project/static
diff options
context:
space:
mode:
authorMarkus Zapke-Grùˆndemann <info@keimlink.de>2012-01-09 14:21:06 +0100
committerMarkus Zapke-Grùˆndemann <info@keimlink.de>2012-01-09 14:21:06 +0100
commitae37dee28f9a52e422836a925bad8ccf684fe3d8 (patch)
treed426f6a5d05b3d3a0e3658007931eb77647c6f43 /sublab_project/static
parentfc504e04ca77324f6274c2b62b67bde392a9704a (diff)
Added "Made with Django" badge.
Diffstat (limited to 'sublab_project/static')
-rw-r--r--sublab_project/static/css/sublab.css15
-rw-r--r--sublab_project/static/img/badges/djangomade124x25.gifbin0 -> 2041 bytes
2 files changed, 15 insertions, 0 deletions
diff --git a/sublab_project/static/css/sublab.css b/sublab_project/static/css/sublab.css
index b4f6127..9c5fa43 100644
--- a/sublab_project/static/css/sublab.css
+++ b/sublab_project/static/css/sublab.css
@@ -149,6 +149,17 @@ img.webcamthumb {
border: 2px solid #444;
}
+.centeredImage {
+ text-align:center;
+ margin-top:0px;
+ margin-bottom:0px;
+ padding:0px;
+}
+
+.topMargin {
+ margin-top: 20px;
+}
+
.floatright {
float: right;
}
@@ -280,6 +291,10 @@ span.header {
text-align: center;
}
+.noBorder {
+ border-width: 0px;
+}
+
a {
text-decoration: none;
border-bottom: 1px dotted;
diff --git a/sublab_project/static/img/badges/djangomade124x25.gif b/sublab_project/static/img/badges/djangomade124x25.gif
new file mode 100644
index 0000000..9173380
--- /dev/null
+++ b/sublab_project/static/img/badges/djangomade124x25.gif
Binary files differ