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

Unified Diff: anwiki/_override-static/global/global/css/topics-desktop.css

Issue 9269015: CSS and sprites for the new contribute page (Closed)
Patch Set: Created Jan. 28, 2013, 5:18 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
Index: anwiki/_override-static/global/global/css/topics-desktop.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/anwiki/_override-static/global/global/css/topics-desktop.css
@@ -0,0 +1,23 @@
+#content
+{
+ width: 980px;
+}
+
+.topic
+{
+ width: 500px;
+}
+
+.topic-small
+{
+ -webkit-transition: margin-top .2s;
+ -moz-transition: margin-top .2s;
+ -ms-transition: margin-top .2s;
+ transition: margin-top .2s;
+}
+
+.topic-small:hover
+{
+ text-decoration: underline;
+ margin-top: 2px;
+}
« no previous file with comments | « anwiki/_override-static/global/global/css/topics.css ('k') | anwiki/_override-static/global/global/css/topics-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld