Riga 148: |
Riga 148: |
| width: 70%; | | width: 70%; |
| margin: 20px auto; | | margin: 20px auto; |
| + | } |
| + | |
| + | |
| + | /* ======== template:Infobox ======== */ |
| + | .infobox { |
| + | border: 1px solid silver; |
| + | background-color: #f9f9f9; |
| + | width: 300px; |
| + | float: right; |
| + | padding: 2px; |
| + | margin: 0 0 20px 20px; |
| + | } |
| + | |
| + | .infobox td { |
| + | padding: 4px; |
| + | } |
| + | |
| + | .infobox td:nth-child(1) { |
| + | width: 50%; |
| + | background-color: #f2f2f2; |
| + | font-weight: bold; |
| + | text-align: right; |
| + | } |
| + | |
| + | .infobox td:nth-child(2) { |
| + | width: 50%; |
| } | | } |