App-mookview
    
    
  
  
  
view release on metacpan or search on metacpan
assets/sass/screen.scss view on Meta::CPAN
  border-bottom:1px solid #bbb;
  span {
    padding:10px 20px;
    @include border-radius(4px,4px);
    background-color:#eee;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight:bold;
  margin:1em 0 1em 2px;
  line-height:1.4;
}
h1 {
  margin-top:0;
  font-size:2.0em;
}
h2 {
  font-size:1.7em;
assets/sass/screen.scss view on Meta::CPAN
  margin:30px 0;
}
blockquote {
  font-style:italic;
  text-decoration:underline;
}
strong, b {
  font-family: "游ã´ã·ãã¯ä½", "Yu Gothic", YuGothic, "ãã©ã®ãè§ã´ Pro", "Hiragino Kaku Gothic Pro", "ã¡ã¤ãªãª", Meiryo, "ï¼ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
  font-weight:bold;
}
pre{
  background-color:#ddd;
  padding:10px;
  border:1px solid #999;
  overflow:auto;
  margin:20px 0;
  code {
    font-size:12px;
share/static/css/screen.css view on Meta::CPAN
.page-number span {
  padding: 10px 20px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px / 4px;
  border-radius: 4px / 4px;
  background-color: #eee;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
  margin: 1em 0 1em 2px;
  line-height: 1.4;
}
h1 {
  margin-top: 0;
  font-size: 2.0em;
}
h2 {
share/static/css/screen.css view on Meta::CPAN
  margin: 30px 0;
}
blockquote {
  font-style: italic;
  text-decoration: underline;
}
strong, b {
  font-family: "游ã´ã·ãã¯ä½", "Yu Gothic", YuGothic, "ãã©ã®ãè§ã´ Pro", "Hiragino Kaku Gothic Pro", "ã¡ã¤ãªãª", Meiryo, "ï¼ï¼³ ï¼°ã´ã·ãã¯", "MS PGothic", sans-serif;
  font-weight: bold;
}
pre {
  background-color: #ddd;
  padding: 10px;
  border: 1px solid #999;
  overflow: auto;
  margin: 20px 0;
}
pre code {
( run in 1.208 second using v1.01-cache-2.11-cpan-c333fce770f )