diff options
Diffstat (limited to 'en/about/media/index.php')
-rw-r--r-- | en/about/media/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/en/about/media/index.php b/en/about/media/index.php index c02c428f1..bd87ce72a 100644 --- a/en/about/media/index.php +++ b/en/about/media/index.php @@ -13,8 +13,7 @@ $dictionary = read_translation_file($locale, array('about/media', 'common_footer <meta name="description" content="Mageia"> <meta name="keywords" content="mageia"> <meta name="author" content="Mageia"> - <link rel="stylesheet" type="text/css" href="/g/style/all.css"> - <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css"> + <?php echo common_header(); ?> <?php include '../../../analytics.php'; ?> </head> <body class="about"> @@ -24,7 +23,7 @@ $dictionary = read_translation_file($locale, array('about/media', 'common_footer <div id="bd" role="main"> <div class="yui-g"><div class="para"> <h2><?php _g('Official Logo')?></h2> - <table> + <table class="table-responsive"> <tr> <th><?php _g('Mageia 2013')?></th> <th><?php _g('Mageia 2013 dark')?></th> |