git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Borders and padding were causing reflow with animation. Animation now only animates...
[philo.git]
/
static
/
scss
/
screen.scss
diff --git
a/static/scss/screen.scss
b/static/scss/screen.scss
index
b531c1a
..
b56beda
100644
(file)
--- a/
static/scss/screen.scss
+++ b/
static/scss/screen.scss
@@
-48,7
+48,7
@@
}
section{
- @include transition(
all
, .15s, linear);
+ @include transition(
background
, .15s, linear);
}
body{