[FFmpeg-devel] [PATCH 2/4] web/style: Remove ugly white border around tables on mobile devices
Timothy Gu
timothygu99 at gmail.com
Sun Nov 23 07:36:19 CET 2014
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
See http://imgur.com/qsnnjAi
---
src/less/style.less | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/less/style.less b/src/less/style.less
index 83212a4..378a972 100644
--- a/src/less/style.less
+++ b/src/less/style.less
@@ -327,6 +327,10 @@ code {
}
*/
+.table-responsive {
+ border: none;
+}
+
// ************************************************************************* //
// Menu side bar nav
--
1.9.1
More information about the ffmpeg-devel
mailing list