diff options
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index d7e94032..82aa3dd5 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -67,6 +67,24 @@ a }
+.languages
+{
+ text-align: right;
+ margin: 0.5em 1em;
+}
+
+.languages ul, .languages li
+{
+ margin: 0; padding: 0;
+ list-style: none;
+ display: inline;
+}
+
+.languages a.active
+{
+ color: black;
+ text-decoration: none;
+}
.mainmenu {
padding:10px;
|