film name to uppercase

This commit is contained in:
2017-08-18 19:51:46 +12:00
parent 4a2282bec4
commit 10fdd7a028
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -261,6 +261,7 @@ main {
} }
.film .title a.name { .film .title a.name {
font-weight: bold; font-weight: bold;
text-transform: uppercase;
} }
.film .edito { .film .edito {