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

Unified Diff: design/default.css

Issue 8493027: Acquired Opera AdBlock code (Closed)
Patch Set: Created Oct. 8, 2012, 5:58 a.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
===================================================================
new file mode 100644
--- /dev/null
+++ b/design/default.css
@@ -0,0 +1,40 @@
+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