Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: design/default.css

Issue 8560083: adblockplusopera: Port UI code from Chrome (Closed)
Patch Set: Created Oct. 19, 2012, 4:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.xml ('k') | design/footer.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: design/default.css
===================================================================
deleted file mode 100644
--- a/design/default.css
+++ /dev/null
@@ -1,40 +0,0 @@
-body{
- font-size: 0.95em;
- font-family: Roboto, "Droid Sans", Calibri, sans-serif;
- text-align: justify;
- padding: 0px;
- margin: 0px;
-}
-#content {
- padding-top: 90px; /*top, right, bottom, left*/
- padding-bottom: 40px;
- padding-left: 15%;
- padding-right: 15%;
-}
-#content h2 {
- width: 100%;
- margin-top: 5px;
- padding-top: 5px;
-}
-#content hr {
- background: lightgray;
- height: 1px;
- border: 0px;
-}
-#content .section {
- padding: 5px;
- column-count: 2;
-}
-#content a {
- color: darkblue;
- text-decoration: none;
-}
-#content a:visited {
- color: darkblue;
-}
-#content a:hover {
- text-decoration: underline;
-}
-#content .time {
- font-size: 0.7em;
-}
« no previous file with comments | « config.xml ('k') | design/footer.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld