Sha256: 1cd89883f8d904fbd81a97ae579b695671bff893f7785749e4e7f885516907b2

Contents?: true

Size: 421 Bytes

Versions: 8

Compression:

Stored size: 421 Bytes

Contents

<!DOCTYPE html>
<html lang="en">

<head> 
  <meta charset="UTF-8">
  <title>Stylesheet</title> 
  <style>
  body {
    color: #444;
    background-color: #535353;
  }
  a:link {
    color: #357ad1;
  }
  a:visited {
    color: #77abf0;
  }
  a:hover {
    color: #333;
  }
  </style>
</head> 
<body> 
  <style>
  div {
    background-color: #aaa;
    border: 1px solid #ccc;
  } 
  </style>

  <div></div>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
stylesheet-0.1.8 spec/fixtures/css/inline.html
stylesheet-0.1.7 spec/fixtures/css/inline.html
stylesheet-0.1.6 spec/fixtures/css/inline.html
stylesheet-0.1.5 spec/fixtures/css/inline.html
stylesheet-0.1.4 spec/fixtures/css/inline.html
stylesheet-0.1.3 spec/fixtures/css/inline.html
stylesheet-0.1.1 spec/fixtures/css/inline.html
stylesheet-0.1.0 spec/fixtures/css/inline.html