forked from DjangoGirls/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add country emoji to the language chooser and style it [Fixes DjangoG…
- Loading branch information
Showing
3 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
* [English](en/) | ||
* [Czech (beta)](cs/) | ||
* [Español (beta)](es/) | ||
* [Français](fr/) | ||
* [Italian (beta)](it/) | ||
* [Magyar (beta)](hu/) | ||
* [Polski](pl/) | ||
* [Português-brasileiro (beta)](pt/) | ||
* [Türkçe (beta)](tr/) | ||
* [Русский (beta)](ru/) | ||
* [Українська](uk/) | ||
* [简体中文](zh/) | ||
* [한국어 (beta)](ko/) | ||
* [Slovak (beta)](sk) | ||
* [🇬🇧 English](en/) | ||
* [🇨🇿 Czech (beta)](cs/) | ||
* [🇪🇸 Español (beta)](es/) | ||
* [🇫🇷 Français](fr/) | ||
* [🇮🇹 Italian (beta)](it/) | ||
* [🇭🇺 Magyar (beta)](hu/) | ||
* [🇵🇱 Polski](pl/) | ||
* [🇵🇹 Português-brasileiro (beta)](pt/) | ||
* [🇹🇷 Türkçe (beta)](tr/) | ||
* [🇷🇺 Русский (beta)](ru/) | ||
* [🇺🇦 Українська](uk/) | ||
* [🇨🇳 简体中文](zh/) | ||
* [🇰🇵/🇰🇷 한국어 (beta)](ko/) | ||
* [🇸🇰 Slovak (beta)](sk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.book-langs-index .inner { | ||
max-width: 800px; | ||
} | ||
|
||
.book-langs-index .inner h3 { | ||
text-align: center; | ||
font-size: 30px; | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} | ||
.book-langs-index .inner .languages li { | ||
font-size: 24px; | ||
font-family: "Trebuchet MS", Helvetica, sans-serif; | ||
} |