Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 902663002: Make default font size in Files.app slightly larger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index aa22019f8ec895001df96b97341b3a8b81dd8132..3151ac4a372535cb7249cfea9ab1ec02c5081050 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -48,6 +48,7 @@ body {
display: flex;
flex: auto;
flex-direction: column;
+ font-size: 81%;
yawano 2015/02/06 01:33:23 Is this a change to make font-size slightly "small
fukino 2015/02/06 06:39:21 The default size is 75%.
yawano 2015/02/06 06:46:40 Sorry, I missed that default font-size is defined
height: 100%;
margin: 0;
padding: 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698