Skip to content

Commit

Permalink
css twiks
Browse files Browse the repository at this point in the history
  • Loading branch information
kmels committed Nov 22, 2013
1 parent a46a14f commit e29ef7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
12 changes: 2 additions & 10 deletions about.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Carlos López-Camey


<div class="inline-image">![Me, late 2012](/images/me-2013.png "Carlos López-Camey, 2012") </div> <div class="inline-image">![Me, late 2012](/images/me-2013.png "Carlos López-Camey, 2012") </div>


My name is Carlos and I have always been interested. Hi, my name is Carlos and I have always been interested.


I write code in functional language Haskell, work as a developer, and study Computer Science. I write code in functional language Haskell, work as a developer, and study Computer Science.


Expand All @@ -19,11 +19,7 @@ I write code in functional language Haskell, work as a developer, and study Comp
<thead> <thead>
<tr> <tr>
<th> <th>
___Software___
</th> </th>
<th>

</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
Expand All @@ -36,11 +32,7 @@ I write code in functional language Haskell, work as a developer, and study Comp


- [Stackoverflow](http://stackoverflow.com/users/225956/carlos-lopez-camey), questions about software codification. - [Stackoverflow](http://stackoverflow.com/users/225956/carlos-lopez-camey), questions about software codification.
</td> </td>

</tr>
<td>

</td>
</tr>
</tbody> </tbody>
</table> </table>


Expand Down
3 changes: 2 additions & 1 deletion css/default.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ div.inline-image{
display: inline; display: inline;
margin: 20px 5px; margin: 20px 5px;
padding-right: 25px; padding-right: 25px;
margin-top: 0px;
} }


/* avoid big images */ /* avoid big images */
div.inline-image img{ max-width: 960px; } div.inline-image img{ width: 200px;}


.clear { clear:both; } .clear { clear:both; }


Expand Down

0 comments on commit e29ef7e

Please sign in to comment.