Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / subscribe_page_action / subscribe.css
blob11dcc88f2f3b05613b91ad76a19c8bac16a64bcb
1 body {
2 display:-webkit-box;
3 -webkit-box-orient:vertical;
6 body>* {
7 display:-webkit-box;
10 #items {
11 -webkit-box-flex:1;
12 -webkit-box-orient:vertical;
13 -webkit-box-align:stretch;
16 iframe {
17 display:-webkit-box;
18 -webkit-box-flex:1;
21 .splitter {
22 padding: 2px 8px 2px 5px;
23 border-top: solid 1px #9CC2EF;
24 background: #EBEFF9;
25 font-size: 13px;
26 font-weight: bold;
27 display: block;
30 .feedUrlSpan {
31 float: right;
34 .feedUrl {
35 font-size: 8pt;