diff options
author | wei <> | 2007-01-11 05:06:31 +0000 |
---|---|---|
committer | wei <> | 2007-01-11 05:06:31 +0000 |
commit | 65731b050199ab7ecdd4027fa2d65f2175fe561e (patch) | |
tree | 45998ad5dec4d3caec932d663acc9fed9522f09f /demos/quickstart/themes | |
parent | 03f362a40a8dd39f8c8b4bf816334922b7b264e4 (diff) |
Add structure for localized quickstart.
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;
|