[ds12] styled resources in content; these are embedded videos

This commit is contained in:
payload 2012-06-27 17:06:15 +02:00
parent 609d99d532
commit b93a381c1e
1 changed files with 18 additions and 1 deletions

View File

@ -119,4 +119,21 @@ a {
/* debug */
nothing { display: none; }
nothing { border: 1px solid red; }
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;
}