Skip to content

Commit

Permalink
Domain correction in theme.xml
Browse files Browse the repository at this point in the history
theme.png replaced with first screenshot

following changes on style.min.css
 - a comment addition
- added
    .post .PostBody ol { margin-bottom: 10px; list-style: decimal outside none; direction: ltr; padding: 0px 0px 0px 20px; }
    .post .PostBody ul { margin-bottom: 10px; list-style: square outside none; direction: ltr; padding: 0px 0px 0px 20px; }
    p text align justify
  • Loading branch information
Atiqur Rahman committed Aug 21, 2015
1 parent 0c8a264 commit d8b41de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions be-2.8/SAOSLabDark/include/styles.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ body { direction: ltr; background: #191919; color: #cccccc; font: 13px Arial, Ta
/*border-bottom: 1px solid #0789c9;*/
.tagcloud ul li { display: inline-block; margin: 1px; }
.tagcloud ul li A { background: #191919; display:block; height:27px; line-height:25px; color: #0789c9; padding: 1px 7px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
/*.tagcloud ul li A:hover { background: #111111; color: #0799d9 !important; border-bottom: 1px solid #000; } background change perils in style*/
.tagcloud ul li A:hover { background: #111111; border-bottom: 1px solid #000; }
.tagcloud ul li A.biggest {font-size: 120%;}
.tagcloud ul li A.big {font-size: 110%;}
Expand Down
Binary file modified be-2.8/SAOSLabDark/theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion be-2.8/SAOSLabDark/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>SAOSLabDark</id>
<description>SAOSLab BlogEngine.NET Dark Theme</description>
<authors>SAOSLab</authors>
<website>http://tech.saosblog.com</website>
<website>http://tech.saoslab.com</website>
<version>1.0.0</version>
<iconurl></iconurl>
</metadata>

0 comments on commit d8b41de

Please sign in to comment.