projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3085eb9
)
docs: add missing semicolon
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 18 Apr 2019 11:09:25 +0000
(13:09 +0200)
committer
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 May 2019 08:45:57 +0000
(08:45 +0000)
While it's legal to omit the last semicolon in a CSS block, it's
generally not considered good style, as it makes it harder to add new
lines.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
docs/mesa.css
patch
|
blob
|
history
diff --git
a/docs/mesa.css
b/docs/mesa.css
index 8038832adbc3bbc7600ea23fa61ef73a08568ebf..5fa7bc34d77ec2b4c879810e1e3d253ed7b2d076 100644
(file)
--- a/
docs/mesa.css
+++ b/
docs/mesa.css
@@
-42,7
+42,7
@@
iframe {
position: absolute;
left: 20em;
right: 10px;
- overflow: hidden
+ overflow: hidden
;
}
.header {