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
/
style.css
blob
6e381db18ee2275ea9f41a04ba43be750686e293
1
/**
2
* Styles that are shared between the iframe and the parent document.
3
*/
4
body
{
5
font-family
:
arial
,
sans-serif
;
6
font-size
:
11px
;
7
}
8
.item_title
{
9
color
:
#2244D2
;
10
font-size
:
20px
;
11
font-weight
:
bold
;
12
text-decoration
:
none
;
13
}
14
.item_desc
{
15
font-size
:
12px
;
16
}