[Groonga-commit] groonga/rabbit-theme-groonga at ce4b056 [master] Make title font sizes customizable

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 13 14:38:59 JST 2014


Kouhei Sutou	2014-10-13 14:38:59 +0900 (Mon, 13 Oct 2014)

  New Revision: ce4b056e1697649499ada55d62852ec7a710c4bb
  https://github.com/groonga/rabbit-theme-groonga/commit/ce4b056e1697649499ada55d62852ec7a710c4bb

  Message:
    Make title font sizes customizable

  Modified files:
    theme.rb

  Modified: theme.rb (+3 -3)
===================================================================
--- theme.rb    2013-11-29 14:00:26 +0900 (a9f4fee)
+++ theme.rb    2014-10-13 14:38:59 +0900 (baca9d1)
@@ -45,9 +45,9 @@ set_graffiti_line_width(30)
 set_progress_foreground(base_color[:foreground])
 set_progress_background(background_color)
 
- �� title_slide_title_font_size = @x_large_font_size * 1.3
- �� title_slide_content_source_font_size = @x_small_font_size
- �� title_slide_date_font_size = @x_small_font_size
+ �� title_slide_title_font_size ||= @x_large_font_size * 1.3
+ �� title_slide_content_source_font_size ||= @x_small_font_size
+ �� title_slide_date_font_size ||= @x_small_font_size
 
 @default_headline_line_expand = true
 @default_headline_line_color = headline_bar_color
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index