diff --git a/css/responsive/smartphone.css b/css/responsive/smartphone.css index d25752127dd5d3685ec29dad1423ae75d88889f7..dbb930bcbad28a73e0b42a676f77f13a56b8595f 100755 --- a/css/responsive/smartphone.css +++ b/css/responsive/smartphone.css @@ -137,7 +137,7 @@ } /* line 90, ../../sass/responsive/smartphone.sass */ table thead tr th.views-field-edit-delete { - with: 20px; + width: 20px; overflow: hidden; } /* line 93, ../../sass/responsive/smartphone.sass */ diff --git a/sass/responsive/smartphone.sass b/sass/responsive/smartphone.sass index 6ca3f5b00cfd0e8e4f32cc1d7c849586647d23f0..4bba500bf576600c3ed165377d71a34a7c3ee500 100755 --- a/sass/responsive/smartphone.sass +++ b/sass/responsive/smartphone.sass @@ -88,7 +88,7 @@ font-weight: bold text-align: center thead tr th.views-field-edit-delete - with: 20px + width: 20px overflow: hidden tbody tr td font-size: 1em