| Riga 125: |
Riga 125: |
| | padding: 20px; | | padding: 20px; |
| | margin-bottom: 20px; | | margin-bottom: 20px; |
| | + | } |
| | + | |
| | + | /* ======== template:Infobox ======== */ |
| | + | .infobox { |
| | + | background-color: #f9f9f9; |
| | + | width: 300px; |
| | + | margin: 10px auto; |
| | + | } |
| | + | |
| | + | .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%; |
| | } | | } |