忘備録

日々の調べ物をまとめる。アウトプットする。基本自分用。

2017-01-01から1年間の記事一覧

tr に min-height 当てたいけどできなかった時

td に height 当たればいいんじゃない? <html> <head> <style> table, td, th { border: 1px solid black; border-collapse: collapse; } td { height: 10px; } </style> </head> <body> <h1>Use "height" to td tag for height of tr tag instead of "min-height"</h1> <table> <caption>example</caption> <thead> </thead></table></body></html>

tmux インストール時のエラー

環境 OS X 10.11.6 エラー内容 Homebrew でインストールした tmux を起動するとエラーが発生 $ tmux dyld: lazy symbol binding failed: Symbol not found: _clock_gettime Referenced from: /usr/local/opt/libevent/lib/libevent-2.0.5.dylib Expected in:…