vstup/css/styl.css
changeset 91 1a70b4045a19
parent 90 ae439159d833
child 92 8d34f2020884
--- a/vstup/css/styl.css	Wed Feb 08 10:16:39 2012 +0100
+++ b/vstup/css/styl.css	Wed Feb 08 17:58:17 2012 +0100
@@ -154,3 +154,39 @@
 	color: red;
 }
 
+sup, sub {
+	vertical-align: 0;
+	position: relative;
+}
+sup {
+	bottom: 1ex;
+}
+sub {
+	top: 0.8ex;
+}
+
+sup.podČarou-odkaz a {
+	color: grey;
+	text-decoration: none;
+}
+
+div.podČarou-poznámky {
+	font-size: 66%;
+	border-top:		1px solid grey;
+	border-bottom:	1px solid grey;
+	padding-left: 20px;
+	padding-top: 4px;
+	padding-bottom: 4px;
+}
+
+div.podČarou-poznámky p {
+	margin-top: 2px;
+	margin-bottom: 2px;
+}
+
+div.podČarou-poznámky a.podČarou-odkaz-zpět {
+	color: black;
+	text-decoration: none;
+	margin-right: 4px;
+}
+