[responsive/portal] Improve look of compact news on lower widths

This commit is contained in:
Marc Alexander
2013-11-28 00:30:27 +01:00
parent 0ec477c849
commit 614e4170f4
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<!-- IF T_EXT_THEME_PATH -->
<link href="{T_EXT_THEME_PATH}portal.css" rel="stylesheet" type="text/css" />
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 1500px), only screen and (max-device-width: 1500px)" />
<link href="{T_EXT_THEME_PATH}responsive.css" rel="stylesheet" type="text/css" media="only screen and (max-width: 950px), only screen and (max-device-width: 950px)" />
<!-- ENDIF -->