View Single Post
Old 12-11-2013, 02:48 PM   #305
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
Kovid,

I have some unknown property names in CSS when I do a check for:

panose-1:

Spoiler:
Code:
@font-face {
  src: url(../Fonts/Arial-Unicode-MS.ttf);
  panose-1: 2 11 6 4 2 2 2 2 2 4;
  font-family: "Arial Unicode MS";
  }


Hyphenation: adobe-hyphenate, hyphens, -moz-hyphens,, -webkit-hyphens

Spoiler:
Code:
h1 {
  font-weight: bold;
  font-size: 1.5em;
  adobe-hyphenate: none;
  hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.2em;
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}


An other observation:
When I move the inspector window with the mouse the window flips back to the old position. I think, it will be a better choice to have no moving or undock for this window, as long as the window will lose the content by doing this (only a guess).
Divingduck is offline