projects
/
m6w6
/
gitweb-theme
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
973c14c
)
Add vendor prefix for box-sizing
author
Stefan Imhoff
<stefan@imhoff.name>
Mon, 16 Sep 2013 17:38:28 +0000
(19:38 +0200)
committer
Stefan Imhoff
<stefan@imhoff.name>
Mon, 16 Sep 2013 17:38:28 +0000
(19:38 +0200)
gitweb.css
patch
|
blob
|
history
diff --git
a/gitweb.css
b/gitweb.css
index 51eaf8fa2a825d320260834b70888664737b6c8e..b12a5fbd0e2d3ab324ce4a54445827e49667ac0d 100644
(file)
--- a/
gitweb.css
+++ b/
gitweb.css
@@
-313,6
+313,8
@@
th .header {
.readme {
background: #eaf2f5;
border: 1px solid #bedce7;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto 15px auto;
padding: 15px;