Fossil SCM
Updates to the Xekri skin to match the changes in the other skins * [7211414857] Disable font-inflation on all skins. * [72cddddbcc] Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in.
Commit
290a1c3363d09ed6ca5f86d0168b7e06f10efd1d
Parent
df21fa23c7d04b8…
2 files changed
+3
+4
-4
+3
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -22,10 +22,13 @@ | ||
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | body { |
| 25 | 25 | margin: 0; |
| 26 | 26 | padding: 0; |
| 27 | + -moz-text-size-adjust: none; | |
| 28 | + -ms-text-size-adjust: none; | |
| 29 | + -webkit-text-size-adjust: none; | |
| 27 | 30 | } |
| 28 | 31 | |
| 29 | 32 | a { |
| 30 | 33 | color: #07e; |
| 31 | 34 | } |
| 32 | 35 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -22,10 +22,13 @@ | |
| 22 | } |
| 23 | |
| 24 | body { |
| 25 | margin: 0; |
| 26 | padding: 0; |
| 27 | } |
| 28 | |
| 29 | a { |
| 30 | color: #07e; |
| 31 | } |
| 32 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -22,10 +22,13 @@ | |
| 22 | } |
| 23 | |
| 24 | body { |
| 25 | margin: 0; |
| 26 | padding: 0; |
| 27 | -moz-text-size-adjust: none; |
| 28 | -ms-text-size-adjust: none; |
| 29 | -webkit-text-size-adjust: none; |
| 30 | } |
| 31 | |
| 32 | a { |
| 33 | color: #07e; |
| 34 | } |
| 35 |
+4
-4
| --- skins/xekri/header.txt | ||
| +++ skins/xekri/header.txt | ||
| @@ -114,21 +114,21 @@ | ||
| 114 | 114 | } |
| 115 | 115 | menulink $index_page Home |
| 116 | 116 | if {[anycap jor]} { |
| 117 | 117 | menulink /timeline Timeline |
| 118 | 118 | } |
| 119 | -if {[hascap oh]} { | |
| 119 | +if {[anoncap oh]} { | |
| 120 | 120 | menulink /dir?ci=tip Files |
| 121 | 121 | } |
| 122 | -if {[hascap o]} { | |
| 122 | +if {[anoncap o]} { | |
| 123 | 123 | menulink /brlist Branches |
| 124 | 124 | menulink /taglist Tags |
| 125 | 125 | } |
| 126 | -if {[hascap r]} { | |
| 126 | +if {[anoncap r]} { | |
| 127 | 127 | menulink /ticket Tickets |
| 128 | 128 | } |
| 129 | -if {[hascap j]} { | |
| 129 | +if {[anoncap j]} { | |
| 130 | 130 | menulink /wiki Wiki |
| 131 | 131 | } |
| 132 | 132 | if {[hascap s]} { |
| 133 | 133 | menulink /setup Admin |
| 134 | 134 | } elseif {[hascap a]} { |
| 135 | 135 |
| --- skins/xekri/header.txt | |
| +++ skins/xekri/header.txt | |
| @@ -114,21 +114,21 @@ | |
| 114 | } |
| 115 | menulink $index_page Home |
| 116 | if {[anycap jor]} { |
| 117 | menulink /timeline Timeline |
| 118 | } |
| 119 | if {[hascap oh]} { |
| 120 | menulink /dir?ci=tip Files |
| 121 | } |
| 122 | if {[hascap o]} { |
| 123 | menulink /brlist Branches |
| 124 | menulink /taglist Tags |
| 125 | } |
| 126 | if {[hascap r]} { |
| 127 | menulink /ticket Tickets |
| 128 | } |
| 129 | if {[hascap j]} { |
| 130 | menulink /wiki Wiki |
| 131 | } |
| 132 | if {[hascap s]} { |
| 133 | menulink /setup Admin |
| 134 | } elseif {[hascap a]} { |
| 135 |
| --- skins/xekri/header.txt | |
| +++ skins/xekri/header.txt | |
| @@ -114,21 +114,21 @@ | |
| 114 | } |
| 115 | menulink $index_page Home |
| 116 | if {[anycap jor]} { |
| 117 | menulink /timeline Timeline |
| 118 | } |
| 119 | if {[anoncap oh]} { |
| 120 | menulink /dir?ci=tip Files |
| 121 | } |
| 122 | if {[anoncap o]} { |
| 123 | menulink /brlist Branches |
| 124 | menulink /taglist Tags |
| 125 | } |
| 126 | if {[anoncap r]} { |
| 127 | menulink /ticket Tickets |
| 128 | } |
| 129 | if {[anoncap j]} { |
| 130 | menulink /wiki Wiki |
| 131 | } |
| 132 | if {[hascap s]} { |
| 133 | menulink /setup Admin |
| 134 | } elseif {[hascap a]} { |
| 135 |