repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
11dcc88f2f3b05613b91ad76a19c8bac16a64bcb
1
body
{
2
display
:-
webkit-box
;
3
-webkit-box-orient
:
vertical
;
4
}
5
6
body
>* {
7
display
:-
webkit-box
;
8
}
9
10
#items
{
11
-webkit-box-flex
:
1
;
12
-webkit-box-orient
:
vertical
;
13
-webkit-box-align
:
stretch
;
14
}
15
16
iframe
{
17
display
:-
webkit-box
;
18
-webkit-box-flex
:
1
;
19
}
20
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
;
28
}
29
30
.feedUrlSpan
{
31
float
:
right
;
32
}
33
34
.feedUrl
{
35
font-size
:
8pt
;
36
}