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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
Source
/
devtools
/
front_end
/
source_frame
/
fontView.css
blob
1faad7eb7f315769138ef491b31dc5bf5195a171
1
/*
2
* Copyright (c) 2014 The Chromium Authors. All rights reserved.
3
* Use of this source code is governed by a BSD-style license that can be
4
* found in the LICENSE file.
5
*/
6
7
.font-view
{
8
font-size
:
60px
;
9
white-space
:
pre-wrap
;
10
word-wrap
:
break-word
;
11
text-align
:
center
;
12
padding
:
15px
;
13
}