Sha256: c19bc5b63af8338db40e262c178aa4ba1b5bf1104da8f8f78c067ac2bd79bff3

Contents?: true

Size: 477 Bytes

Versions: 2

Compression:

Stored size: 477 Bytes

Contents

html, body{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.dependency_graph, .dependency_graph svg{
    width: 100%;
    height: 100%;
}

line{
    stroke: #888;
}

.link {
  fill: none;
  stroke: #666;
  stroke-width: 1.5px;
}

circle {
  fill: #ccc;
  stroke: #333;
  stroke-width: 1.5px;
}

.fixed {
  fill: #f00;
}

text {
  font: 10px sans-serif;
  pointer-events: none;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubrowser-0.1.1 public/css/application.css
rubrowser-0.1.0 public/css/application.css