Fossil SCM
Added support for the SVG pie charts.
Commit
dee9e33bf669de2c3493ea09a1e00e548593e28b
Parent
777db01e1d8de0a…
1 file changed
+6
+6
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -202,10 +202,16 @@ | ||
| 202 | 202 | } |
| 203 | 203 | |
| 204 | 204 | div.content table[bgcolor="white"] { |
| 205 | 205 | color: #000; |
| 206 | 206 | } |
| 207 | + | |
| 208 | +div.content > center > svg { | |
| 209 | + background-color: #555; | |
| 210 | + border-radius: 2rem; | |
| 211 | + box-shadow: 2px 2px 1px #000 inset; | |
| 212 | +} | |
| 207 | 213 | |
| 208 | 214 | /************************************** |
| 209 | 215 | * Main Area: Footer |
| 210 | 216 | */ |
| 211 | 217 | |
| 212 | 218 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -202,10 +202,16 @@ | |
| 202 | } |
| 203 | |
| 204 | div.content table[bgcolor="white"] { |
| 205 | color: #000; |
| 206 | } |
| 207 | |
| 208 | /************************************** |
| 209 | * Main Area: Footer |
| 210 | */ |
| 211 | |
| 212 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -202,10 +202,16 @@ | |
| 202 | } |
| 203 | |
| 204 | div.content table[bgcolor="white"] { |
| 205 | color: #000; |
| 206 | } |
| 207 | |
| 208 | div.content > center > svg { |
| 209 | background-color: #555; |
| 210 | border-radius: 2rem; |
| 211 | box-shadow: 2px 2px 1px #000 inset; |
| 212 | } |
| 213 | |
| 214 | /************************************** |
| 215 | * Main Area: Footer |
| 216 | */ |
| 217 | |
| 218 |