aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/baggy/css')
-rwxr-xr-xthemes/baggy/css/main.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/baggy/css/main.css b/themes/baggy/css/main.css
index 558fb208..fe49b8e4 100755
--- a/themes/baggy/css/main.css
+++ b/themes/baggy/css/main.css
@@ -360,11 +360,15 @@ footer a {
360 position: relative; 360 position: relative;
361 overflow: hidden; 361 overflow: hidden;
362 padding: 1.5em 1.5em 3em 1.5em; 362 padding: 1.5em 1.5em 3em 1.5em;
363 -webkit-transition: all 0.5s ease; 363
364 -moz-transition: all 0.5s ease; 364 /* Removing CSS transitions because they make the switch from list view to
365 -ms-transition: all 0.5s ease; 365 * table view jerky
366 -o-transition: all 0.5s ease; 366 */
367 transition: all 0.5s ease; 367 /* -webkit-transition: all 0.5s ease; */
368 /* -moz-transition: all 0.5s ease; */
369 /* -ms-transition: all 0.5s ease; */
370 /* -o-transition: all 0.5s ease; */
371 /* transition: all 0.5s ease; */
368} 372}
369 373
370.entrie:before { 374.entrie:before {