content_settings.css revision bda42a81ee5f9b20d2bebedcf0bbef1e30e5b293
1/*
2Copyright (c) 2010 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5*/
6
7.contentSettingsHeader {
8   /* TODO(dhg): something nice. */
9}
10
11.exceptionsLink {
12  font-weight: bold;
13  cursor: pointer;
14}
15