Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-maps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
134
Issues
134
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-maps
Commits
d279f685
Commit
d279f685
authored
Apr 26, 2015
by
Jonas Danielsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use halo
parent
ae0d6801
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
data/gnome-maps.mapcss
data/gnome-maps.mapcss
+11
-1
No files found.
data/gnome-maps.mapcss
View file @
d279f685
...
...
@@ -15,6 +15,16 @@ node|z5-10[place=sea] {
text: name;
}
node|z5-13[place=city] {
font-family: cantarell;
font-weight: bold;
text-color: #000000;
font-size: 14;
text: name;
text-halo: 2;
text-halo-color: #ffffff;
}
/* This applies to the Map as a whole, renders first */
canvas {
fill-color: #FAEBD7;
...
...
@@ -154,7 +164,7 @@ area {
width: 1;
}
area|z1
4
-19 {
area|z1
5
-19 {
text: name;
text-color: #222233;
font-size: 8;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment