Created
October 14, 2009 14:33
-
-
Save tal/210119 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="info-box"> | |
<div class="top-middle"> | |
<div class="top"> | |
<h2>Settings</h2> | |
<ul id="tabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all"> | |
<li> <a href="#blog-settings">Blog Settings</a></li> | |
<li> <a href="#my-info">My Info</a></li> | |
<li> <a href="#theme">Theme</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="middle"> | |
<div class="middle-top"> | |
<div id="blog-settings"> | |
blog settings | |
</div> | |
<div id="my-info"> | |
my info | |
</div> | |
<div id="theme"> | |
themes | |
</div> | |
</div> | |
</div> | |
<div class="bottom"/> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment