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

Unified Diff: third_party/lua/doc/manual.css

Issue 14907017: add SkLuaCanvas (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | « third_party/lua/doc/luac.1 ('k') | third_party/lua/doc/manual.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/lua/doc/manual.css
diff --git a/third_party/lua/doc/manual.css b/third_party/lua/doc/manual.css
new file mode 100644
index 0000000000000000000000000000000000000000..269bd4358e66f530da264d1a5d0cb4214bf6be00
--- /dev/null
+++ b/third_party/lua/doc/manual.css
@@ -0,0 +1,26 @@
+h3 code {
+ font-family: inherit ;
+ font-size: inherit ;
+}
+
+pre, code {
+ font-size: 12pt ;
+}
+
+span.apii {
+ float: right ;
+ font-family: inherit ;
+ font-style: normal ;
+ font-size: small ;
+ color: gray ;
+}
+
+p+h1, ul+h1 {
+ padding-top: 0.4em ;
+ padding-bottom: 0.4em ;
+ padding-left: 24px ;
+ margin-left: -24px ;
+ background-color: #E0E0FF ;
+ border-radius: 8px ;
+}
+
« no previous file with comments | « third_party/lua/doc/luac.1 ('k') | third_party/lua/doc/manual.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698