Hi,
I checked my blog on tablets and netbooks and it looked a bit bad, so I made an extra css and added to header.php in between
<head>
<link media="all and (min-width: 481px) and (max-width: 768px)" type="text/css" rel="stylesheet" href="tablet.css">
</head>
but nothing happens. How to add an extra .css to make this work? Thanks!