brooklyn-docs/style/css/catalog_items.css [49:152]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background-color: #f4f4f4;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.card {
  position: relative;
  padding: 12px;
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid #E1E1E8;
  border-radius: 6px;
  font-size: 11pt;
}
.card,
.filter {
    margin-bottom: 10px;
}
a .glyphicon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  font-size: 16pt;
  color: #aaa;
}
a:hover .glyphicon {
  color: #888;
}
a.plain {
  text-decoration: none !important;
}
.name {
  font-size: 12pt;
  font-weight: bold;
}
.type {
  font-family: monospace;
  color: #888;
  margin-top: 2px;
}
#summary .description {
  margin: 15px 0 25px 0;
}
.card .description {
  margin: 10px 40px 0 20px;
}

#summary {
  clear: both;
  margin: 10px 0 20px 0;
}
.summaryLabel {
  font-size: 20px;
  font-weight: bold;
}
.summaryType {
  font-family: monospace;
  font-size: 12pt;
  color: #888;
}
.java {
  font-family: monospace;
}

.card dl {
  margin-bottom: 0;
  margin-top: 5px;
}
dt {
  clear: both;
  float: left;
  width: 8em;
  text-align: right;
  font-weight: normal;
}
dd {
  margin-left: 9em;
}

#container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

#identity {
  float: left;
  margin: 0;
  padding: 30px 0 15px 10px;
}

#identity a {
  text-decoration: none;
  display: block;
  margin: 0;
  color: #4d9d3a;
  font-size: 2.5em;
  padding: 0;
  background: transparent url(images/brooklyn.gif) no-repeat 0 0;
  width: 206px;
  height: 44px;
  text-indent: -1000px;
  overflow: hidden;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



brooklyn-server/server-cli/src/main/resources/brooklyn/item-lister/statics/items.css [50:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  background-color: #f4f4f4;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.card {
  position: relative;
  padding: 12px;
  background-color: #f8f8f8;
  color: #333;
  border: 1px solid #E1E1E8;
  border-radius: 6px;
  font-size: 11pt;
}
.card,
.filter {
    margin-bottom: 10px;
}
a .glyphicon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  font-size: 16pt;
  color: #aaa;
}
a:hover .glyphicon {
  color: #888;
}
a.plain {
  text-decoration: none !important;
}
.name {
  font-size: 12pt;
  font-weight: bold;
}
.type {
  font-family: monospace;
  color: #888;
  margin-top: 2px;
}
#summary .description {
  margin: 15px 0 25px 0;
}
.card .description {
  margin: 10px 40px 0 20px;
}

#summary {
  clear: both;
  margin: 10px 0 20px 0;
}
.summaryLabel {
  font-size: 20px;
  font-weight: bold;
}
.summaryType {
  font-family: monospace;
  font-size: 12pt;
  color: #888;
}
.java {
  font-family: monospace;
}

.card dl {
  margin-bottom: 0;
  margin-top: 5px;
}
dt {
  clear: both;
  float: left;
  width: 8em;
  text-align: right;
  font-weight: normal;
}
dd {
  margin-left: 9em;
}

#container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

#identity {
  float: left;
  margin: 0;
  padding: 30px 0 15px 10px;
}

#identity a {
  text-decoration: none;
  display: block;
  margin: 0;
  color: #4d9d3a;
  font-size: 2.5em;
  padding: 0;
  background: transparent url(images/brooklyn.gif) no-repeat 0 0;
  width: 206px;
  height: 44px;
  text-indent: -1000px;
  overflow: hidden;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



