Thread Dekomprimierung in HTTP::Message aussschalten (14 answers)
Opened by GwenDragon at 2010-04-26 14:23

GwenDragon
 2010-04-26 16:14
#136470 #136470
User since
2005-01-17
14761 Artikel
Admin1
[Homepage]
user image
DEBUG#### gzip, x-gzip, deflate, x-bzip2
GET http://www.gwendragon.de/css/standard.css
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
Accept-Charset: iso-8859-1,*,utf-8
Accept-Encoding: gzip
Accept-Language: de-DE
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.9) Gecko/20100401 Ubun
tu/9.10 (karmic) Firefox/3.5.9

@charset "iso-8859-1";

html {
width: 100%;
height: 100%; }

body {
color: black;
font-size: 100.01%;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.5;
background-color: white;
box-sizing: border-box;
padding: 0;
margin: 0.5em; }
.....
/* Klassen f├╝r unsichtbare Elemente im Basislayout */
.skip, .unsichtbar {
position: absolute;
left: 0px;
top: -999px;
width: 1px;
height: 1px;
line-height: 1px;
overflow: hidden; }

(Mittelteil gekürzt)
Last edited: 2010-04-26 16:16:08 +0200 (CEST)

View full thread Dekomprimierung in HTTP::Message aussschalten