1/* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5.newspaper {
6  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
7}
8
9ol.newspaper {
10  border: 1px solid #69c;
11  font-size: 12px;
12  margin: 20px;
13  text-align: left;
14  width: 480px;
15}
16
17ol.newspaper li {
18  border-top: 1px dashed #fff;
19  color: #669;
20  padding: 5px;
21  vertical-align: top;
22}
23