From b93a381c1e51ab81b8dbec6f14bd1f99822cdf2b Mon Sep 17 00:00:00 2001 From: payload Date: Wed, 27 Jun 2012 17:06:15 +0200 Subject: [PATCH] [ds12] styled resources in content; these are embedded videos --- .../static/datenspuren/2012/style/style.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/content/static/datenspuren/2012/style/style.css b/content/static/datenspuren/2012/style/style.css index fdb7e73bc..a570d254d 100644 --- a/content/static/datenspuren/2012/style/style.css +++ b/content/static/datenspuren/2012/style/style.css @@ -119,4 +119,21 @@ a { /* debug */ nothing { display: none; } -nothing { border: 1px solid red; } \ No newline at end of file +nothing { border: 1px solid red; } + +/* videos, at least */ +section.resource { + border: 2pt solid black; + border-radius: 8pt; + padding: 10pt; + margin-bottom: 5pt; + display: inline-block; + width: 45.25%; +} +section.resource > h4 { + margin: 0pt; + text-align: center; +} +section.resource > p.play { + text-align: center !important; +} \ No newline at end of file