diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/newtab')
-rw-r--r-- | arc-firefox-theme/chrome/browser/newtab/newTab.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/newtab/newTab.css b/arc-firefox-theme/chrome/browser/newtab/newTab.css index 29bcead..3257b48 100644 --- a/arc-firefox-theme/chrome/browser/newtab/newTab.css +++ b/arc-firefox-theme/chrome/browser/newtab/newTab.css @@ -103,6 +103,19 @@ border-radius: 2px; } +/* GRID */ +#topsites-heading { + color: #7A7A7A; + font-size: 1em; + font-weight: normal; + /* Position the heading such that it doesn't affect how many cells we + can fit into the grid. */ + position: absolute; + /* The top margin moves the heading away from the grid. + The horizontal margin aligns the heading with the cells. */ + margin: -1em 10px 0; +} + /* CELLS */ .newtab-cell { --cell-corner-radius: 8px; |