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
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,155
Issues
1,155
List
Boards
Labels
Service Desk
Milestones
Merge Requests
146
Merge Requests
146
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
gtk
Commits
d36f866b
Commit
d36f866b
authored
May 30, 2016
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtk3-demo: Fix some css warnings
Update the font: syntax to follow css.
parent
9d5fe264
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
demos/gtk-demo/css_accordion.css
demos/gtk-demo/css_accordion.css
+1
-1
demos/gtk-demo/cssview.css
demos/gtk-demo/cssview.css
+1
-1
No files found.
demos/gtk-demo/css_accordion.css
View file @
d36f866b
...
...
@@ -4,7 +4,7 @@
transition-property
:
color
,
background-color
,
border-color
,
background-image
,
padding
,
border-width
;
transition-duration
:
1s
;
font
:
Cantarell
20px
;
font
:
20px
Cantarell
;
}
window
{
...
...
demos/gtk-demo/cssview.css
View file @
d36f866b
/* Make the text editor has a nice style */
.view
{
color
:
#2e3436
;
font
:
Monospace
;
font
-family
:
Monospace
;
background-color
:
alpha
(
white
,
0.30
);
}
...
...
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