 Issue 29321206:
  Issue 2383 - Added links to options page sidebar  (Closed)
    
  
    Issue 29321206:
  Issue 2383 - Added links to options page sidebar  (Closed) 
  | Index: skin/options.css | 
| =================================================================== | 
| --- a/skin/options.css | 
| +++ b/skin/options.css | 
| @@ -111,9 +111,11 @@ | 
| display: flex; | 
| } | 
| -.tabs li span:first-child | 
| +.tabs li a:first-child | 
| { | 
| flex: 1; | 
| + color: inherit; | 
| + text-decoration: none; | 
| } | 
| .tabs.vertical | 
| @@ -213,7 +215,7 @@ | 
| width: 16px; | 
| } | 
| -#tab-donate .icon | 
| +#tab-contribute .icon | 
| { | 
| background-position: -30px -17px; | 
| height: 16px; | 
| @@ -236,11 +238,12 @@ | 
| padding: 40px 0px 16px 0px; | 
| } | 
| -.nav-link | 
| +#link-version | 
| { | 
| - -moz-margin-start: 12px; | 
| - -webkit-margin-start: 12px; | 
| + display: block; | 
| 
saroyanm
2015/06/29 15:59:17
I guess this should be "display: flex;", consider
 
Thomas Greiner
2015/06/29 16:34:12
Done.
 | 
| + margin: 12px 20px; | 
| color: #3A7BA6; | 
| + text-decoration: none; | 
| } | 
| #content-wrapper |