blob: ae24211242a82655230bcc71da188add71a12e7a [file] [log] [blame]
/* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
body {
margin: 10px 8px;
}
.icon {
-webkit-margin-end: 3px;
-webkit-margin-start: 6px;
}
html[dir='ltr'] .icon {
float: right;
}
html[dir='rtl'] .icon {
float: left;
}
.content {
background-color: #eee;
border-radius: 5px;
color: black;
margin-left: auto;
margin-right: auto;
margin-top: 66px;
max-width: 600px;
padding: 10px;
}