Fossil SCM
Add some padding around subscripted inherited privilege markers to improve readability.
Commit
957d0374073603321064655462bcaace585a9f9f
Parent
e061a675e69cf8e…
1 file changed
+4
+4
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -934,22 +934,26 @@ | ||
| 934 | 934 | @ white-space: nowrap; |
| 935 | 935 | }, |
| 936 | 936 | { "span.ueditInheritNobody", |
| 937 | 937 | "color for capabilities, inherited by nobody", |
| 938 | 938 | @ color: green; |
| 939 | + @ padding: .2em; | |
| 939 | 940 | }, |
| 940 | 941 | { "span.ueditInheritDeveloper", |
| 941 | 942 | "color for capabilities, inherited by developer", |
| 942 | 943 | @ color: red; |
| 944 | + @ padding: .2em; | |
| 943 | 945 | }, |
| 944 | 946 | { "span.ueditInheritReader", |
| 945 | 947 | "color for capabilities, inherited by reader", |
| 946 | 948 | @ color: black; |
| 949 | + @ padding: .2em; | |
| 947 | 950 | }, |
| 948 | 951 | { "span.ueditInheritAnonymous", |
| 949 | 952 | "color for capabilities, inherited by anonymous", |
| 950 | 953 | @ color: blue; |
| 954 | + @ padding: .2em; | |
| 951 | 955 | }, |
| 952 | 956 | { "span.capability", |
| 953 | 957 | "format for capabilities, mentioned on the user edit page", |
| 954 | 958 | @ font-weight: bold; |
| 955 | 959 | }, |
| 956 | 960 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -934,22 +934,26 @@ | |
| 934 | @ white-space: nowrap; |
| 935 | }, |
| 936 | { "span.ueditInheritNobody", |
| 937 | "color for capabilities, inherited by nobody", |
| 938 | @ color: green; |
| 939 | }, |
| 940 | { "span.ueditInheritDeveloper", |
| 941 | "color for capabilities, inherited by developer", |
| 942 | @ color: red; |
| 943 | }, |
| 944 | { "span.ueditInheritReader", |
| 945 | "color for capabilities, inherited by reader", |
| 946 | @ color: black; |
| 947 | }, |
| 948 | { "span.ueditInheritAnonymous", |
| 949 | "color for capabilities, inherited by anonymous", |
| 950 | @ color: blue; |
| 951 | }, |
| 952 | { "span.capability", |
| 953 | "format for capabilities, mentioned on the user edit page", |
| 954 | @ font-weight: bold; |
| 955 | }, |
| 956 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -934,22 +934,26 @@ | |
| 934 | @ white-space: nowrap; |
| 935 | }, |
| 936 | { "span.ueditInheritNobody", |
| 937 | "color for capabilities, inherited by nobody", |
| 938 | @ color: green; |
| 939 | @ padding: .2em; |
| 940 | }, |
| 941 | { "span.ueditInheritDeveloper", |
| 942 | "color for capabilities, inherited by developer", |
| 943 | @ color: red; |
| 944 | @ padding: .2em; |
| 945 | }, |
| 946 | { "span.ueditInheritReader", |
| 947 | "color for capabilities, inherited by reader", |
| 948 | @ color: black; |
| 949 | @ padding: .2em; |
| 950 | }, |
| 951 | { "span.ueditInheritAnonymous", |
| 952 | "color for capabilities, inherited by anonymous", |
| 953 | @ color: blue; |
| 954 | @ padding: .2em; |
| 955 | }, |
| 956 | { "span.capability", |
| 957 | "format for capabilities, mentioned on the user edit page", |
| 958 | @ font-weight: bold; |
| 959 | }, |
| 960 |