style/master.css [171:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
blockquote {
  width: 70%;
  margin: 0 auto;
  font-style: italic;
}
.cite {
  text-align: right;
}
/*---------------------------------------------------
    Layout - Header
---------------------------------------------------*/
.header-placeholder {
  height: 90px;
}
#header {
  height: 90px;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#header .shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background: url(../image/shadow.png);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [203:240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

blockquote {
    width: 70%;
    margin: 0 auto;
    font-style: italic;
}

.cite {
    text-align: right;
}

/*---------------------------------------------------
    Layout - Header
---------------------------------------------------*/

.header-placeholder {
    height: 90px;
}

#header {
    height: 90px;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

#header .shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: url(../image/shadow.png);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



